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

Type trait to detect the availability of the piranha::math::ipow_subs() function. More...

#include <piranha/mp_integer.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T, typename U>
class piranha::has_ipow_subs< T, U >

Type trait to detect the availability of the piranha::math::ipow_subs() function.

This type trait will be true if piranha::math::ipow_subs() can be successfully called with template parameter T and U, false otherwise..

Definition at line 530 of file mp_integer.hpp.


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