piranha  0.10
Static Public Attributes | List of all members
piranha::has_msgpack_pack< Stream, T > Class Template Reference

Detect the presence of piranha::msgpack_pack(). More...

#include <piranha/s11n.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename Stream, typename T>
class piranha::has_msgpack_pack< Stream, T >

Detect the presence of piranha::msgpack_pack().

This type trait will be true if piranha::msgpack_pack() can be called with template arguments Stream and T, false otherwise.

Definition at line 607 of file s11n.hpp.


The documentation for this class was generated from the following file: