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

Type trait to detect the presence of the piranha::math::binomial() function. More...

#include <piranha/binomial.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_binomial< T, U >

Type trait to detect the presence of the piranha::math::binomial() function.

The type trait will be true if piranha::math::binomial() can be successfully called on instances of T and U respectively, false otherwise.

Definition at line 313 of file binomial.hpp.


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