HepMC3 event record library
Public Member Functions | Static Public Member Functions
pyobject_caster< type > Struct Template Reference

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 1620 of file cast.h.


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