Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp1999 struct is_range_impl : std::false_type { struct
2003 …struct is_range_impl<T, typename void_type<decltype(begin(std::declval<T>()))>::type> : std::true_… struct