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

Type trait for differentiable types. 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>
class piranha::is_differentiable< T >

Type trait for differentiable types.

The type trait will be true if piranha::math::partial() can be successfully called on instances of type T, false otherwise.

Definition at line 1764 of file math.hpp.


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