|
My Project
|
Provides the member typedef type which is the same as T, except that its topmost const, volatile and extent qualifiers are removed. More...
#include <remove_cvext.hpp>
Public Types | |
| using | type = remove_cv_t< remove_all_extents_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 extent qualifiers are removed.
| T | the type to remove the const, volatile and extent qualifiers from |
1.8.15