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

Public Types | |
| using | key_conv = make_caster< Key > |
| 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 = _("Dict[") + key_conv::name + _(", ") + value_conv::name + _("]") |
Protected Attributes | |
| Type | value |
| using cast_op_type = pybind11::detail::movable_cast_op_type<T_> |
| using key_conv = make_caster<Key> |
| using value_conv = make_caster<Value> |
|
inlinestatic |
|
inlinestatic |
1.8.13