Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpi::python::detail::do_get_content< T > Struct Template Reference

A function object that extracts the content of a Python object, which is actually a wrapped C++ object of type T. More...

#include <skeleton_and_content.hpp>

Public Member Functions

content operator() (object value_obj)
 

Detailed Description

template<typename T>
struct boost::mpi::python::detail::do_get_content< T >

A function object that extracts the content of a Python object, which is actually a wrapped C++ object of type T.

Member Function Documentation

template<typename T>
content boost::mpi::python::detail::do_get_content< T >::operator() ( object  value_obj)
inline

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