piranha  0.10
Static Public Attributes | List of all members
piranha::has_t_subs< T, U, V > Class Template Reference

Type trait to detect the presence of the piranha::math::t_subs function. More...

#include <piranha/math.hpp>

Inherits piranha::detail::sfinae_types.

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T, typename U, typename V>
class piranha::has_t_subs< T, U, V >

Type trait to detect the presence of the piranha::math::t_subs function.

The type trait will be true if piranha::math::t_subs can be successfully called on instances of type T, with instances of type U and V as substitution arguments.

Definition at line 2280 of file math.hpp.


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