|
template<typename T > |
using | cast_op_type = std::reference_wrapper< type > |
|
|
bool | load (handle src, bool convert) |
|
| operator std::reference_wrapper< type > () |
|
|
static handle | cast (const std::reference_wrapper< type > &src, return_value_policy policy, handle parent) |
|
|
static constexpr auto | name = caster_t::name |
|
|
using | caster_t = make_caster< type > |
|
using | subcaster_cast_op_type = typename caster_t::template cast_op_type< type > |
|
template<typename type>
class type_caster< std::reference_wrapper< type > >
Definition at line 959 of file cast.h.
The documentation for this class was generated from the following file: