#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) |
|
inlinestatic |
|
inline |
|
inline |
pyobject_caster< type >::PYBIND11_TYPE_CASTER | ( | type | , |
handle_type_name< type >::name | |||
) |