Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dstl.h101 template <typename Type, typename Key, typename Value> struct map_caster { struct
102 using key_conv = make_caster<Key>;
103 using value_conv = make_caster<Value>;
105 bool load(handle src, bool convert) { in load()
122 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast()