Version: SMASH-3.2
smash::remove_cvref< T > Struct Template Reference

#include <cxx17compat.h>

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

Definition for remove_cvref type trait, which is in C++20's standard library.

See also
https://en.cppreference.com/w/cpp/types/remove_cvref

Definition at line 49 of file cxx17compat.h.

Public Types

using type = std::remove_cv_t< std::remove_reference_t< T > >
 The type with striped properties. More...
 

Member Typedef Documentation

◆ type

template<class T >
using smash::remove_cvref< T >::type = std::remove_cv_t<std::remove_reference_t<T> >

The type with striped properties.

Definition at line 51 of file cxx17compat.h.


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