|
HepMC3 event record library
|
Inheritance diagram for type_caster< void >:
Collaboration diagram for type_caster< void >:Public Types | |
| template<typename T > | |
| using | cast_op_type = void *& |
Public Member Functions | |
| bool | load (handle h, bool) |
| operator void *& () | |
| PYBIND11_TYPE_CASTER (void_type, _("None")) | |
Static Public Member Functions | |
| static handle | cast (const void *ptr, return_value_policy, handle) |
| static handle | cast (void_type, return_value_policy, handle) |
Static Public Attributes | |
| static constexpr auto | name = _("capsule") |
Private Attributes | |
| void * | value = nullptr |
1.8.14