Searched refs:FunctionBeginEndDifferentTypes (Results 1 – 2 of 2) sorted by relevance
363 struct FunctionBeginEndDifferentTypes { struct364 friend bidirectional_iterator<int*> begin(FunctionBeginEndDifferentTypes&);365 friend bidirectional_iterator<const int*> end(FunctionBeginEndDifferentTypes&);367 static_assert(!std::is_invocable_v<RangeRBeginT, FunctionBeginEndDifferentTypes&>);368 static_assert(!std::is_invocable_v<RangeCRBeginT, FunctionBeginEndDifferentTypes&>);
388 struct FunctionBeginEndDifferentTypes { struct389 friend bidirectional_iterator<int*> begin(FunctionBeginEndDifferentTypes&);390 friend bidirectional_iterator<const int*> end(FunctionBeginEndDifferentTypes&);392 static_assert(!std::is_invocable_v<RangeREndT, FunctionBeginEndDifferentTypes&>);393 static_assert(!std::is_invocable_v<RangeCREndT, FunctionBeginEndDifferentTypes&>);