Searched refs:REndFunction (Results 1 – 1 of 1) sorted by relevance
189 struct REndFunction { struct192 friend constexpr const int* rend(REndFunction const& bf) { return &bf.x; } in rend()195 static_assert( std::is_invocable_v<RangeREndT, REndFunction const&>);196 static_assert(!std::is_invocable_v<RangeREndT, REndFunction &&>);198 static_assert( std::is_invocable_v<RangeREndT, REndFunction const&>);199 static_assert(!std::is_invocable_v<RangeREndT, REndFunction &&>);200 static_assert(!std::is_invocable_v<RangeREndT, REndFunction &>);201 static_assert( std::is_invocable_v<RangeCREndT, REndFunction const&>);202 static_assert( std::is_invocable_v<RangeCREndT, REndFunction &>);272 const REndFunction a{}; in testREndFunction()[all …]