|
piranha
0.10
|
Detect msgpack stream. More...
#include <piranha/s11n.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Detect msgpack stream.
This type trait will be true if T is a type which can be used as template argument to msgpack::packer, false otherwise. Specifically, in order for this trait to be true T must be a non-const, non-reference type with a write() method with a signature compatible with
The return type of the write() method is ignored by the type trait.
1.8.14