HepMC3 event record library
Public Types | Public Member Functions | Static Public Member Functions
type_caster< std::list< Type, Alloc > > Struct Template Reference
+ Inheritance diagram for type_caster< std::list< Type, Alloc > >:
+ Collaboration diagram for type_caster< std::list< Type, Alloc > >:

Public Types

using value_conv = make_caster< Type >
 

Public Member Functions

bool load (handle src, bool convert)
 
 PYBIND11_TYPE_CASTER (std::list< Type, Alloc >, _("List[")+value_conv::name+_("]"))
 

Static Public Member Functions

static handle cast (T &&src, return_value_policy policy, handle parent)
 

Detailed Description

template<typename Type, typename Alloc>
struct type_caster< std::list< Type, Alloc > >

Definition at line 192 of file stl.h.


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