Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp324 struct MemberBeginFunctionEnd { struct
328 friend constexpr bidirectional_iterator<int*> end(MemberBeginFunctionEnd& v) { in end() argument
332 friend constexpr bidirectional_iterator<const char*> end(const MemberBeginFunctionEnd& v) { in end() argument
336 static_assert( std::is_invocable_v<RangeRBeginT, MemberBeginFunctionEnd&>);
337 static_assert( std::is_invocable_v<RangeRBeginT, MemberBeginFunctionEnd const&>);
338 static_assert( std::is_invocable_v<RangeCRBeginT, MemberBeginFunctionEnd const&>);
437 MemberBeginFunctionEnd c{}; in testBeginEnd()
438 const MemberBeginFunctionEnd cc{}; in testBeginEnd()
H A Drend.pass.cpp349 struct MemberBeginFunctionEnd { struct
353 friend constexpr bidirectional_iterator<int*> end(MemberBeginFunctionEnd& v) { in end() argument
357 friend constexpr bidirectional_iterator<const char*> end(const MemberBeginFunctionEnd& v) { in end() argument
361 static_assert( std::is_invocable_v<RangeREndT, MemberBeginFunctionEnd&>);
362 static_assert( std::is_invocable_v<RangeREndT, MemberBeginFunctionEnd const&>);
363 static_assert( std::is_invocable_v<RangeCREndT, MemberBeginFunctionEnd const&>);
462 MemberBeginFunctionEnd c{}; in testBeginEnd()
463 const MemberBeginFunctionEnd cc{}; in testBeginEnd()