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

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

#include <piranha/math.hpp>

Detailed Description

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

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

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.

Definition at line 842 of file math.hpp.


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