|
piranha
0.10
|
Detect the presence of the msgpack_pack() method in keys.
More...
#include <piranha/s11n.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Detect the presence of the msgpack_pack() method in keys.
This type trait will be true if Stream satisfies piranha::is_msgpack_stream and the Key type has a method whose signature is compatible with:
The return type of the method is ignored by this type trait.
If Key, after the removal of cv-ref qualifiers, does not satisfy piranha::is_key, a compile-time error will be produced.
1.8.14