HepMC3 event record library
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions
list_caster< Type, Value > Struct Template Reference

Public Types

using value_conv = make_caster< Value >
 

Public Member Functions

bool load (handle src, bool convert)
 
 PYBIND11_TYPE_CASTER (Type, _("List[")+value_conv::name+_("]"))
 

Static Public Member Functions

template<typename T >
static handle cast (T &&src, return_value_policy policy, handle parent)
 

Private Member Functions

template<typename T = Type, enable_if_t< std::is_same< decltype(std::declval< T >().reserve(0)), void >::value, int > = 0>
void reserve_maybe (sequence s, Type *)
 
void reserve_maybe (sequence, void *)
 

Detailed Description

template<typename Type, typename Value>
struct list_caster< Type, Value >

Definition at line 143 of file stl.h.


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