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

Public Types

using key_conv = make_caster< Key >
 
using value_conv = make_caster< Value >
 

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

template<typename Type, typename Key, typename Value>
struct map_caster< Type, Key, Value >

Definition at line 101 of file stl.h.


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