|
HepMC3 event record library
|
Inheritance diagram for type_caster< std::unordered_map< Key, Value, Hash, Equal, Alloc > >:
Collaboration diagram for type_caster< std::unordered_map< Key, Value, Hash, Equal, Alloc > >: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 (std::unordered_map< Key, Value, Hash, Equal, Alloc >, _("Dict[")+key_conv::name+_(", ")+value_conv::name+_("]")) | |
Static Public Member Functions | |
| static handle | cast (T &&src, return_value_policy policy, handle parent) |
1.8.14