![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
#include <stl.h>
Public Types | |
| using | value_conv = make_caster< typename T::value_type > |
| template<typename T_ > | |
| using | cast_op_type = pybind11::detail::movable_cast_op_type< T_ > |
Public Member Functions | |
| bool | load (handle src, bool convert) |
| operator T* () | |
| operator T& () | |
| operator T&& () && | |
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< T, 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 = _("Optional[") + value_conv::name + _("]") |
Protected Attributes | |
| T | value |
| using cast_op_type = pybind11::detail::movable_cast_op_type<T_> |
| using value_conv = make_caster<typename T::value_type> |
|
inlinestatic |
|
inlinestatic |
1.8.13