|
piranha
0.10
|
Type trait for exponentiable types. More...
#include <piranha/pow.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
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.
1.8.14