Utopia 2
Framework for studying models of complex & adaptive systems.
|
Function for removing the qualifiers from a type T. Qualifiers are 'const', 'volative', pointer, reference or any legal combination thereof. More...
#include <type_traits.hh>
Public Types | |
using | type = std::remove_cv_t< remove_pointer_t< std::remove_reference_t< T > > > |
Function for removing the qualifiers from a type T. Qualifiers are 'const', 'volative', pointer, reference or any legal combination thereof.
T | Type to remove the qualifiers from. |
using Utopia::Utils::remove_qualifier< T >::type = std::remove_cv_t< remove_pointer_t< std::remove_reference_t< T > > > |