Home
last modified time | relevance | path

Searched refs: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
256 : map_caster<std::map<Key, Value, Compare, Alloc>, Key, Value> { };
259 : map_caster<std::unordered_map<Key, Value, Hash, Equal, Alloc>, Key, Value> { };