|
piranha
0.10
|
Key type concept check. More...
#include <piranha/is_key.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Key type concept check.
This type trait will be true if T satisfies all the requirements of a key type, false otherwise.
Key types must implement the following methods:
Additionally, T must also be constructible from a const piranha::symbol_fset reference and satisfy the following type traits: piranha::is_container_element, piranha::is_equality_comparable and piranha::is_hashable.
Definition at line 65 of file is_key.hpp.
1.8.14