Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Types | Private Attributes | List of all members
type_caster< std::reference_wrapper< type > > Class Template Reference

#include <cast.h>

Public Types

template<typename T >
using cast_op_type = std::reference_wrapper< type >
 

Public Member Functions

bool load (handle src, bool convert)
 
 operator std::reference_wrapper< type > ()
 

Static Public Member Functions

static handle cast (const std::reference_wrapper< type > &src, return_value_policy policy, handle parent)
 

Static Public Attributes

static constexpr auto name = caster_t::name
 

Private Types

using caster_t = make_caster< type >
 
using subcaster_cast_op_type = typename caster_t::template cast_op_type< type >
 

Private Attributes

caster_t subcaster
 

Detailed Description

template<typename type>
class type_caster< std::reference_wrapper< type > >

Definition at line 959 of file cast.h.

Member Typedef Documentation

template<typename type >
template<typename T >
using type_caster< std::reference_wrapper< type > >::cast_op_type = std::reference_wrapper<type>

Definition at line 975 of file cast.h.

template<typename type >
using type_caster< std::reference_wrapper< type > >::caster_t = make_caster<type>
private

Definition at line 961 of file cast.h.

template<typename type >
using type_caster< std::reference_wrapper< type > >::subcaster_cast_op_type = typename caster_t::template cast_op_type<type>
private

Definition at line 963 of file cast.h.

Member Function Documentation

template<typename type >
static handle type_caster< std::reference_wrapper< type > >::cast ( const std::reference_wrapper< type > &  src,
return_value_policy  policy,
handle  parent 
)
inlinestatic

Definition at line 969 of file cast.h.

template<typename type >
bool type_caster< std::reference_wrapper< type > >::load ( handle  src,
bool  convert 
)
inline

Definition at line 967 of file cast.h.

template<typename type >
type_caster< std::reference_wrapper< type > >::operator std::reference_wrapper< type > ( )
inline

Definition at line 976 of file cast.h.

Member Data Documentation

template<typename type >
constexpr auto type_caster< std::reference_wrapper< type > >::name = caster_t::name
static

Definition at line 968 of file cast.h.

template<typename type >
caster_t type_caster< std::reference_wrapper< type > >::subcaster
private

Definition at line 962 of file cast.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54