piranha  0.10
piranha::math::cos_impl< T, Enable > Struct Template Reference

Default functor for the implementation of piranha::math::cos(). More...

#include <piranha/math.hpp>

Detailed Description

template<typename T, typename Enable = void>
struct piranha::math::cos_impl< T, Enable >

Default functor for the implementation of piranha::math::cos().

This functor should be specialised via the std::enable_if mechanism. Default implementation will not define the call operator, and will hence result in a compilation error when used.

Definition at line 449 of file math.hpp.


The documentation for this struct was generated from the following file: