#include <cast.h>
Public Types | |
template<typename T > | |
using | cast_op_type = void *& |
Public Member Functions | |
bool | load (handle h, bool) |
operator void *& () | |
![]() | |
bool | load (handle src, bool) |
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") |
using type_caster< void >::cast_op_type = void*& |
|
inlinestatic |
|
inline |
|
inline |
|
staticconstexpr |