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

Detect piranha::math::gcd(). More...

#include <piranha/math.hpp>

Static Public Attributes

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

Detailed Description

template<typename T, typename U = T>
class piranha::has_gcd< T, U >

Detect piranha::math::gcd().

The type trait will be true if piranha::math::gcd() can be used on instances of T and U, false otherwise.

Definition at line 3039 of file math.hpp.


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