Remove reference const, volatile, and address space from a type. More...
#include <Addrspace.hpp>
Public Types | |
using | type = std::remove_cv_t< typename remove_addrspace< std::remove_reference_t< T > >::type > |
Remove reference const, volatile, and address space from a type.