HepMC3 event record library
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes
type_caster< void > Class Template Reference
+ 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
 

Detailed Description

template<>
class type_caster< void >

Definition at line 1114 of file cast.h.


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