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_l< op_add >::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 (lhs &l, rhs const &r)
 

Member Typedef Documentation

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

Member Function Documentation

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

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