Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Public Types | List of all members
Morpheus::remove_cvref< T > Struct Template Reference

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 > >
 

Detailed Description

template<class T>
struct Morpheus::remove_cvref< T >

Provides the member type which is the same as T, except that its topmost const- and reference-qualifiers are removed.

Template Parameters
TType passed for conversion.

The documentation for this struct was generated from the following file: