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

/gem5/ext/pybind11/include/pybind11/
H A Dstl.h143 template <typename Type, typename Value> struct list_caster { struct
187 : list_caster<std::vector<Type, Alloc>, Type> { };
190 : list_caster<std::deque<Type, Alloc>, Type> { };
193 : list_caster<std::list<Type, Alloc>, Type> { };

Completed in 5 milliseconds