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

Public Types

using type = std::set< Key, Compare, Alloc >
 
using key_conv = make_caster< Key >
 

Public Member Functions

bool load (handle src, bool convert)
 
 PYBIND11_TYPE_CASTER (type, _("Set[")+key_conv::name+_("]"))
 

Static Public Member Functions

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

Detailed Description

template<typename Key, typename Compare, typename Alloc>
struct type_caster< std::set< Key, Compare, Alloc > >

Definition at line 249 of file stl.h.


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