remove_cvref

Removes const volatile and reference qualifiers from a type.

Parameters

Name Description
T The type to augment.

Aliases

Name Description
remove_cvref_t Helper alias for remove_cvref.