This forwarding step delivers a state entity of type
T
as
cv T&
when the call is performed on an lvalue of the call wrapper type and
as
cv T&& otherwise,
where
cv represents the cv-qualifiers of the call wrapper and
where
cv shall be neither
volatile nor
const volatile.