Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dstl.h143 template <typename Type, typename Value> struct list_caster { struct
187 : list_caster<std::vector<Type, Alloc>, Type> { }; argument
190 : list_caster<std::deque<Type, Alloc>, Type> { };
193 : list_caster<std::list<Type, Alloc>, Type> { };