Searched defs:cref (Results 1 – 11 of 11) sorted by relevance
137 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<const _Tp> cref(const _Tp& __t) _NOEXCEPT { in cref() function 143 cref(reference_wrapper<_Tp> __t) _NOEXCEPT { in cref() function
93 inline constexpr RT_API_ATTRS reference_wrapper<const _Tp> cref( in cref() function99 inline constexpr RT_API_ATTRS reference_wrapper<const _Tp> cref( 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
122 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
235 bool cref; global() member