My Project
|
Provides the member typedef type which is the same as T, except that its topmost const, volatile and reference qualifiers are removed. More...
#include <remove_cvref.hpp>
Public Types | |
using | type = remove_cv_t< remove_reference_t< T > > |
provides the member typedef "type" | |
Provides the member typedef type which is the same as T, except that its topmost const, volatile and reference qualifiers are removed.
T | the type to remove the const, volatile and reference qualifiers from |