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

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

#include <piranha/math.hpp>

Detailed Description

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

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

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

Note that the implementation of this functor requires two overloaded call operators, one for the unary form of piranha::math::t_lorder() (the total trigonometric low order), the other for the binary form of piranha::math::t_lorder() (the partial trigonometric low order).

Definition at line 1599 of file math.hpp.


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