|
piranha
0.10
|
Type trait to detect the presence of the piranha::math::negate function. More...
#include <piranha/math.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Type trait to detect the presence of the piranha::math::negate function.
The type trait will be true if piranha::math::negate can be successfully called on instances of T, false otherwise.
1.8.14