Home
last modified time | relevance | path

Searched defs:set_caster (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/
Dstl.h67 template <typename Type, typename Key> struct set_caster { struct
68 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()