Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/iterators/bounded_iter/
H A Dpointer_traits.pass.cpp25 using PointerTraits = std::pointer_traits<BoundedIter>; in tests() typedef
27 static_assert(std::is_same<typename PointerTraits::pointer, BoundedIter>::value, ""); in tests()
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()