Public Member Functions | Static Public Member Functions | List of all members
pyobject_caster< type > Struct Template Reference

#include <cast.h>

Public Member Functions

template<typename T = type, enable_if_t< std::is_same< T, handle >::value, int > = 0>
bool load (handle src, bool)
 
template<typename T = type, enable_if_t< std::is_base_of< object, T >::value, int > = 0>
bool load (handle src, bool)
 
 PYBIND11_TYPE_CASTER (type, handle_type_name< type >::name)
 

Static Public Member Functions

static handle cast (const handle &src, return_value_policy, handle)
 

Detailed Description

template<typename type>
struct pyobject_caster< type >

Definition at line 1629 of file cast.h.

Member Function Documentation

template<typename type>
static handle pyobject_caster< type >::cast ( const handle src,
return_value_policy  ,
handle   
)
inlinestatic

Definition at line 1641 of file cast.h.

template<typename type>
template<typename T = type, enable_if_t< std::is_same< T, handle >::value, int > = 0>
bool pyobject_caster< type >::load ( handle  src,
bool   
)
inline

Definition at line 1631 of file cast.h.

template<typename type>
template<typename T = type, enable_if_t< std::is_base_of< object, T >::value, int > = 0>
bool pyobject_caster< type >::load ( handle  src,
bool   
)
inline

Definition at line 1634 of file cast.h.

template<typename type>
pyobject_caster< type >::PYBIND11_TYPE_CASTER ( type  ,
handle_type_name< type >::name   
)

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


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