|
piranha
0.10
|
Detect if a key type is convertible to another key type. More...
#include <piranha/key_is_convertible.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Detect if a key type is convertible to another key type.
This type trait will be true if the key type To can be constructed from a const reference to the key type From and a const reference to piranha::symbol_fset, false otherwise.
To is considered after the removal of cv/reference qualifiers. To and From must satisfy piranha::is_key (after the removal of cv/reference qualifiers), otherwise a compile-time error will be generated.
Definition at line 51 of file key_is_convertible.hpp.
1.8.14