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

Detect the presence of piranha::math::lambdify(). More...

#include <piranha/lambdify.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_lambdify< T, U >

Detect the presence of piranha::math::lambdify().

This type trait will be true if piranha::math::lambdify() can be called with a first argument of type T, and evaluation type U.

The decay types of T and U are considered by this type trait.

Definition at line 412 of file lambdify.hpp.


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