Home
last modified time | relevance | path

Searched defs:compare_buffer_info (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/
Dbuffer_info.h131 template <typename T, typename SFINAE = void> struct compare_buffer_info { struct
137 template <typename T> struct compare_buffer_info<T, detail::enable_if_t<std::is_integral<T>::value>… argument