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

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

#include <piranha/mp_integer.hpp>

Detailed Description

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

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

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 270 of file mp_integer.hpp.


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