Searched refs:__is_cheap_to_copy (Results 1 – 4 of 4) sorted by relevance
32 inline constexpr bool __is_cheap_to_copy = is_trivially_copyable_v<_Tp> && sizeof(_Tp) <= sizeof(st… variable
70 if constexpr (forward_range<_Rp> && !__is_cheap_to_copy<range_value_t<_Rp>>) {
75 if constexpr (forward_range<_Rp> && !__is_cheap_to_copy<range_value_t<_Rp>>) {
91 __is_cheap_to_copy<_ValueT> & __is_identity<_Proj>::value &&