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