Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/iterator/
H A Dminus.pass.cpp26 using IntDiffT = long long; typedef
28 using IntDiffT = long; typedef
97 LIBCPP_STATIC_ASSERT(std::same_as<decltype(iter1 - iter2), IntDiffT>); in test()
105 LIBCPP_STATIC_ASSERT(std::same_as<decltype(iter1 - iter2), IntDiffT>); in test()
113 LIBCPP_STATIC_ASSERT(std::same_as<decltype(iter1 - iter2), IntDiffT>); in test()
123 LIBCPP_STATIC_ASSERT(std::same_as<decltype(iter1 - iter2), IntDiffT>); in test()
133 LIBCPP_STATIC_ASSERT(std::same_as<decltype(iter1 - iter2), IntDiffT>); in test()
141 LIBCPP_STATIC_ASSERT(std::same_as<decltype(iter1 - iter2), IntDiffT>); in test()