#include <stl.h>
Public Types | |
using | value_conv = make_caster< Value > |
Public Member Functions | |
bool | load (handle src, bool convert) |
PYBIND11_TYPE_CASTER (ArrayType, _("List[")+value_conv::name+_< Resizable >(_(""), _("[")+_< Size >()+_("]"))+_("]")) | |
Static Public Member Functions | |
template<typename T > | |
static handle | cast (T &&src, return_value_policy policy, handle parent) |
using array_caster< ArrayType, Value, Resizable, Size >::value_conv = make_caster<Value> |
|
inlinestatic |
|
inline |
array_caster< ArrayType, Value, Resizable, Size >::PYBIND11_TYPE_CASTER | ( | ArrayType | , |
_("List[")+value_conv::name+_< Resizable >(_(""), _("[")+_< Size >()+_("]"))+_("]") | |||
) |