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

Type trait to detect the presence of the piranha::math::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>
class piranha::has_subs< T, U >

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

The type trait will be true if piranha::math::subs can be successfully called on instances of type T, with an instance of type U as substitution argument.

Definition at line 2254 of file math.hpp.


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