Searched defs:cref (Results 1 – 10 of 10) sorted by relevance
84 cref(const _Tp& __t) _NOEXCEPT in cref() function92 cref(reference_wrapper<_Tp> __t) _NOEXCEPT in cref() function
58 cref(const Up &u) noexcept { in cref() function66 cref(reference_wrapper<const _Tp> __t) noexcept { in cref() function
21 template <class T> void cref(T const&) {} in cref() function
24 const Ref cref = vec[0]; in test() local
5 void cref() const& {} in cref() function
22 void cref(A) {} in cref() function
127 auto cref = std::views::all(std::as_const(range)); in test() local
50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
169 bool cref; member