piranha  0.10
piranha::math::pow_impl< T, U, typename > Struct Template Reference

Default functor for the implementation of piranha::math::pow(). More...

#include <piranha/pow.hpp>

Detailed Description

template<typename T, typename U, typename = void>
struct piranha::math::pow_impl< T, U, typename >

Default functor for the implementation of piranha::math::pow().

This functor can be specialised via the std::enable_if mechanism. The default implementation does not define the call operator, and will thus generate a compile-time error if used.

Definition at line 52 of file pow.hpp.


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