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

Type trait to detect the availability of piranha::math::evaluate(). More...

#include <piranha/math.hpp>

Static Public Attributes

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

Detailed Description

template<typename T, typename U>
class piranha::is_evaluable< T, U >

Type trait to detect the availability of piranha::math::evaluate().

This type trait will be true if piranha::math::evaluate() can be called with arguments of type T and U, false otherwise.

Definition at line 2405 of file math.hpp.


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