Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::detail::operator_r< op_eq >::apply< L, R > Struct Template Reference

#include <operators.hpp>

Public Types

typedef unwrap_wrapper_< L >::type lhs
 
typedef unwrap_wrapper_< R >::type rhs
 

Static Public Member Functions

static PyObject * execute (rhs &r, lhs const &l)
 

Member Typedef Documentation

template<class L , class R >
typedef unwrap_wrapper_<L>::type boost::python::detail::operator_r< op_eq >::apply< L, R >::lhs
template<class L , class R >
typedef unwrap_wrapper_<R>::type boost::python::detail::operator_r< op_eq >::apply< L, R >::rhs

Member Function Documentation

template<class L , class R >
static PyObject* boost::python::detail::operator_r< op_eq >::apply< L, R >::execute ( rhs r,
lhs const &  l 
)
inlinestatic

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