Visit a variant and cast any found type to Python. More...
#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/stl.h>
Public Types | |
using | result_type = handle |
using | result_type = handle |
Public Member Functions | |
template<typename T > | |
result_type | operator() (T &&src) const |
template<typename T > | |
result_type | operator() (T &&src) const |
Public Attributes | |
return_value_policy | policy |
handle | parent |
|
inline |
Definition at line 346 of file stl.h.
References type_caster_generic::cast(), parent, and policy.
|
inline |
Definition at line 367 of file stl.h.
References type_caster_generic::cast(), parent, and policy.
handle variant_caster_visitor::parent |
Definition at line 341 of file stl.h.
Referenced by operator()().
return_value_policy variant_caster_visitor::policy |
Definition at line 340 of file stl.h.
Referenced by operator()().