Home
last modified time | relevance | path

Searched defs:owning_view (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dthis-type-deduction-concept.cpp36 template <range _Rp> struct owning_view { struct
37 _Rp __r_;
39 void empty() const requires requires { empty(__r_); }; in empty()
/llvm-project/libcxx/include/__ranges/
H A Downing_view.h47 _LIBCPP_HIDE_FROM_ABI constexpr owning_view(_Rp&& __r) : __r_(std::move(__r)) {} in owning_view() function