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

Public Types

using type = std::unordered_set< Key, Hash, Equal, 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 Hash, typename Equal, typename Alloc>
struct type_caster< std::unordered_set< Key, Hash, Equal, Alloc > >

Definition at line 252 of file stl.h.


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