Searched refs:__decay_copy (Results 1 – 9 of 9) sorted by relevance
49 { _VSTD::__decay_copy(__t.begin()) } -> input_or_output_iterator; in requires()61 { _VSTD::__decay_copy(begin(__t)) } -> input_or_output_iterator;80 noexcept(noexcept(_VSTD::__decay_copy(__t.begin()))) in operator()88 noexcept(noexcept(_VSTD::__decay_copy(begin(__t)))) in operator()113 { _VSTD::__decay_copy(_VSTD::forward<_Tp>(__t).end()) } -> sentinel_for<iterator_t<_Tp> >; in requires()126 { _VSTD::__decay_copy(end(_VSTD::forward<_Tp>(__t))) } -> sentinel_for<iterator_t<_Tp> >;145 noexcept(noexcept(_VSTD::__decay_copy(__t.end()))) in operator()153 noexcept(noexcept(_VSTD::__decay_copy(end(__t)))) in operator()
47 { _VSTD::__decay_copy(_VSTD::forward<_Tp>(__t).size()) } -> __integer_like; in requires()56 { _VSTD::__decay_copy(size(_VSTD::forward<_Tp>(__t))) } -> __integer_like;
43 noexcept(noexcept(_VSTD::__decay_copy(_VSTD::forward<_Tp>(__t)))) in operator()
27 inline _LIBCPP_INLINE_VISIBILITY typename decay<_Tp>::type __decay_copy(_Tp&& __t) in __decay_copy() function
90 #include <__utility/__decay_copy.h>305 _VSTD::__decay_copy(_VSTD::forward<_Fp>(__f)),306 _VSTD::__decay_copy(_VSTD::forward<_Args>(__args))...));
369 #include <__utility/__decay_copy.h>2210 … return _VSTD::__make_async_assoc_state<_Rp>(_BF(_VSTD::__decay_copy(_VSTD::forward<_Fp>(__f)),2211 … _VSTD::__decay_copy(_VSTD::forward<_Args>(__args))...));2218 … return _VSTD::__make_deferred_assoc_state<_Rp>(_BF(_VSTD::__decay_copy(_VSTD::forward<_Fp>(__f)),2219 … _VSTD::__decay_copy(_VSTD::forward<_Args>(__args))...));
743 module __decay_copy { private header "__utility/__decay_copy.h" }
477 UTL_HEADERS+= __decay_copy.h
4948 OLD_FILES+=usr/include/c++/v1/__utility/__decay_copy.h