piranha  0.10
Static Public Attributes | List of all members
piranha::zero_is_absorbing< T, real_zero_is_absorbing_enabler< T > > Struct Template Reference

Specialisation of piranha::zero_is_absorbing for piranha::real. More...

#include <piranha/real.hpp>

Static Public Attributes

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

Detailed Description

template<typename T>
struct piranha::zero_is_absorbing< T, real_zero_is_absorbing_enabler< T > >

Specialisation of piranha::zero_is_absorbing for piranha::real.

Note
This specialisation is enabled if T, after the removal of cv/reference qualifiers, is piranha::real.

Due to the presence of NaN, the zero element is not absorbing for piranha::real.

Definition at line 2484 of file real.hpp.


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