piranha  0.10
piranha::msgpack_convert_impl< T, typename > Struct Template Reference

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

#include <piranha/s11n.hpp>

Detailed Description

template<typename T, typename = void>
struct piranha::msgpack_convert_impl< T, typename >

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

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 867 of file s11n.hpp.


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