piranha  0.10
piranha::msgpack_pack_impl< Stream, T, typename > Struct Template Reference

Default functor for the implementation of piranha::msgpack_pack(). More...

#include <piranha/s11n.hpp>

Detailed Description

template<typename Stream, typename T, typename = void>
struct piranha::msgpack_pack_impl< Stream, T, typename >

Default functor for the implementation of piranha::msgpack_pack().

This functor can be specialised via the std::enable_if mechanism. Default implementation will not define the call operator, and will hence result in a compilation error when used.

Definition at line 686 of file s11n.hpp.


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