#include <stl.h>
Public Types | |
| using | key_conv = make_caster< Key > |
| using | type = Type |
Public Member Functions | |
| bool | load (handle src, bool convert) |
| PYBIND11_TYPE_CASTER (type, const_name("set[")+key_conv::name+const_name("]")) | |
Static Public Member Functions | |
| template<typename T > | |
| static handle | cast (T &&src, return_value_policy policy, handle parent) |
Private Member Functions | |
| void | reserve_maybe (const anyset &, void *) |
| template<typename T = Type, enable_if_t< has_reserve_method< T >::value, int > = 0> | |
| void | reserve_maybe (const anyset &s, Type *) |
| using set_caster< Type, Key >::key_conv = make_caster<Key> |
| using set_caster< Type, Key >::type = Type |
|
inlinestatic |
|
inline |
| set_caster< Type, Key >::PYBIND11_TYPE_CASTER | ( | type | , |
| const_name("set[")+key_conv::name+const_name("]") | |||
| ) |
|
inlineprivate |
|
inlineprivate |