|
CeresEngine 0.2.0
A game development framework
|
A C++17 type trait equivalent to the C++20 remove_cvref concept. More...
#include <CeresEngine/Foundation/Traits/remove_cvref.hpp>
Public Types | |
| using | type = std::remove_cv_t< std::remove_reference_t< T > > |
A C++17 type trait equivalent to the C++20 remove_cvref concept.
| using CeresEngine::traits::remove_cvref< T >::type = std::remove_cv_t<std::remove_reference_t<T> > |