#include <stl.h>
Public Types | |
| using | type = Type |
| using | key_conv = make_caster< Key > |
Public Member Functions | |
| bool | load (handle src, bool convert) |
| PYBIND11_TYPE_CASTER (type, _("Set[")+key_conv::name+_("]")) | |
Static Public Member Functions | |
| template<typename T > | |
| static handle | cast (T &&src, return_value_policy policy, handle parent) |
| 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 | , |
| _("Set[")+key_conv::name+_("]") | |||
| ) |
1.8.19