Searched refs:MemberBeginFunctionEnd (Results 1 – 2 of 2) sorted by relevance
324 struct MemberBeginFunctionEnd { struct328 friend constexpr bidirectional_iterator<int*> end(MemberBeginFunctionEnd& v) { in end() argument332 friend constexpr bidirectional_iterator<const char*> end(const MemberBeginFunctionEnd& v) { in end() argument336 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()
349 struct MemberBeginFunctionEnd { struct353 friend constexpr bidirectional_iterator<int*> end(MemberBeginFunctionEnd& v) { in end() argument357 friend constexpr bidirectional_iterator<const char*> end(const MemberBeginFunctionEnd& v) { in end() argument361 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()