#include <cxx17compat.h>
Definition for remove_cvref type trait, which is in C++20's standard library.
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... | |
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.