Searched defs:set_caster (Results 1 – 1 of 1) sorted by relevance
67 template <typename Type, typename Key> struct set_caster { struct68 using type = Type;69 using key_conv = make_caster<Key>;71 bool load(handle src, bool convert) { in load()86 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast()