Searched refs:map_caster (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A 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> { };

Completed in 5 milliseconds