|
piranha
0.10
|
Type trait to detect if a key type has a trigonometric degree property. More...
#include <piranha/math.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Type trait to detect if a key type has a trigonometric degree property.
The type trait has the same meaning as piranha::has_t_degree, but it's meant for use with key types. The type trait will be true if Key is a key type providing two methods with the following signatures:
where T and U can be any types.
If Key does not satisfy piranha::is_key, after the removal of cv/reference qualifiers, a compilation error will be produced.
1.8.14