Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/iterators/bounded_iter/
H A Dpointer_traits.pass.cpp26 using BasePointerTraits = std::pointer_traits<Iter>; in tests() typedef
28 …static_assert(std::is_same<typename PointerTraits::element_type, typename BasePointerTraits::eleme… in tests()
29 …static_assert(std::is_same<typename PointerTraits::difference_type, typename BasePointerTraits::di… in tests()