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