piranha
0.10
|
Type trait to detect if a key type has a trigonometric low 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 low degree property.
The type trait has the same meaning as piranha::has_t_ldegree, 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.