cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Static Public Member Functions | List of all members
type_caster< bool > Class Reference

#include <cast.h>

Public Member Functions

bool load (handle src, bool convert)
 
 PYBIND11_TYPE_CASTER (bool, _("bool"))
 

Static Public Member Functions

static handle cast (bool src, return_value_policy, handle)
 

Detailed Description

Definition at line 1192 of file cast.h.

Member Function Documentation

◆ cast()

static handle type_caster< bool >::cast ( bool  src,
return_value_policy  ,
handle   
)
inlinestatic

Definition at line 1228 of file cast.h.

◆ load()

bool type_caster< bool >::load ( handle  src,
bool  convert 
)
inline

Definition at line 1194 of file cast.h.

◆ PYBIND11_TYPE_CASTER()

type_caster< bool >::PYBIND11_TYPE_CASTER ( bool  ,
_("bool")   
)

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