Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Diter.pass.cpp47 TEST_CONSTEXPR_CXX17 bool test_moveonly() in test_moveonly() function
83 test_moveonly<cpp20_input_iterator<char*>>(); in main()
85 static_assert(test_moveonly<cpp20_input_iterator<char*>>()); in main()