|
bool | load (handle src, bool convert) |
|
| PYBIND11_TYPE_CASTER (ArrayType, _("List[")+value_conv::name+_< Resizable >(_(""), _("[")+_< Size >()+_("]"))+_("]")) |
|
|
template<typename T > |
static handle | cast (T &&src, return_value_policy policy, handle parent) |
|
|
template<bool R = Resizable> |
bool | require_size (enable_if_t< R, size_t > size) |
|
template<bool R = Resizable> |
bool | require_size (enable_if_t<!R, size_t > size) |
|
template<typename ArrayType, typename Value, bool Resizable, size_t Size = 0>
struct array_caster< ArrayType, Value, Resizable, Size >
Definition at line 195 of file stl.h.
The documentation for this struct was generated from the following file: