Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
Provides the member type which is the same as T, except that its topmost const- and reference-qualifiers are removed. More...
#include <Morpheus_TypeTraits.hpp>
Public Types | |
using | type = std::remove_cv_t< std::remove_reference_t< T > > |
Provides the member type which is the same as T, except that its topmost const- and reference-qualifiers are removed.
T | Type passed for conversion. |