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

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

#include <piranha/math.hpp>

Static Public Attributes

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

Detailed Description

template<typename T>
class piranha::has_is_zero< T >

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

The type trait will be true if piranha::math::is_zero() can be successfully called on instances of T.

Definition at line 1049 of file math.hpp.


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