![]() |
Scarab
v2.11.1
Project 8 C++ Utility Library
|
#include <stl.h>

Public Types | |
| using | value_conv = make_caster< Value > |
| template<typename T_ > | |
| using | cast_op_type = pybind11::detail::movable_cast_op_type< T_ > |
Public Member Functions | |
| bool | load (handle src, bool convert) |
| operator Type * () | |
| operator Type & () | |
| operator Type && () && | |
Static Public Member Functions | |
| template<typename T > | |
| static handle | cast (T &&src, return_value_policy policy, handle parent) |
| template<typename T_ , enable_if_t< std::is_same< Type, remove_cv_t< T_ >>::value, int > = 0> | |
| static handle | cast (T_ *src, return_value_policy policy, handle parent) |
Static Public Attributes | |
| static constexpr auto | name = _("List[") + value_conv::name + _("]") |
Protected Attributes | |
| Type | value |
Private Member Functions | |
| template<typename T = Type, enable_if_t< std::is_same< decltype(std::declval< T >().reserve(0)), void >::value, int > = 0> | |
| void | reserve_maybe (sequence s, Type *) |
| void | reserve_maybe (sequence, void *) |
| using cast_op_type = pybind11::detail::movable_cast_op_type<T_> |
| using value_conv = make_caster<Value> |
|
inlinestatic |
|
inlinestatic |
1.8.13