10 Ranges library [ranges]

10.2 decay_copy [ranges.decaycopy]

Several places in this Clause use the expression DECAY_COPY(x), which is expression-equivalent to:

  decay_t<decltype((x))>(x)