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

/gem5/ext/pybind11/include/pybind11/
H A Dstl.h67 template <typename Type, typename Key> struct set_caster { struct
250 : set_caster<std::set<Key, Compare, Alloc>, Key> { };
253 : set_caster<std::unordered_set<Key, Hash, Equal, Alloc>, Key> { };

Completed in 5 milliseconds