Searched refs:FunctionBeginMemberEnd (Results 1 – 2 of 2) sorted by relevance
340 struct FunctionBeginMemberEnd { struct343 friend constexpr bidirectional_iterator<int*> begin(FunctionBeginMemberEnd& v) { in begin() argument347 friend constexpr bidirectional_iterator<const char*> begin(const FunctionBeginMemberEnd& v) { in begin() argument352 static_assert( std::is_invocable_v<RangeRBeginT, FunctionBeginMemberEnd&>); argument353 static_assert( std::is_invocable_v<RangeRBeginT, FunctionBeginMemberEnd const&>);354 static_assert( std::is_invocable_v<RangeCRBeginT, FunctionBeginMemberEnd const&>);444 FunctionBeginMemberEnd d{}; in testBeginEnd()445 const FunctionBeginMemberEnd dd{}; in testBeginEnd()
365 struct FunctionBeginMemberEnd { struct368 friend constexpr bidirectional_iterator<int*> begin(FunctionBeginMemberEnd& v) { in begin() argument372 friend constexpr bidirectional_iterator<const char*> begin(const FunctionBeginMemberEnd& v) { in begin() argument377 static_assert( std::is_invocable_v<RangeREndT, FunctionBeginMemberEnd&>); argument378 static_assert( std::is_invocable_v<RangeREndT, FunctionBeginMemberEnd const&>);379 static_assert( std::is_invocable_v<RangeCREndT, FunctionBeginMemberEnd const&>);469 FunctionBeginMemberEnd d{}; in testBeginEnd()470 const FunctionBeginMemberEnd dd{}; in testBeginEnd()