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

Type trait for exponentiable types. More...

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

Type trait for exponentiable types.

The type trait will be true if piranha::math::pow() can be successfully called with base T and exponent U.

Definition at line 220 of file pow.hpp.


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