Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drend.pass.cpp189 struct REndFunction { struct
192 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 …]