Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::has_direct_serialization< IArchiver, OArchiver > Struct Template Reference

Whether the input/output archiver pair has "direct" serialization for C++ objects exposed in Python. More...

#include <serialize.hpp>

Inheritance diagram for boost::python::has_direct_serialization< IArchiver, OArchiver >:
Collaboration diagram for boost::python::has_direct_serialization< IArchiver, OArchiver >:

Detailed Description

template<typename IArchiver, typename OArchiver>
struct boost::python::has_direct_serialization< IArchiver, OArchiver >

Whether the input/output archiver pair has "direct" serialization for C++ objects exposed in Python.

Users do not typically need to specialize this trait, as it will be specialized as part of the macro BOOST_PYTHON_DIRECT_SERIALIZATION_ARCHIVE.


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