Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Recursively strips const, volatile qualifiers and pointers from a type. More...
#include <traits.hpp>
Public Types | |
using | type = T |
Recursively strips const, volatile qualifiers and pointers from a type.
T | The type to strip. |