CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
remove_cvref.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  CeresEngine::traits::remove_cvref< T >
 A C++17 type trait equivalent to the C++20 remove_cvref concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Typedefs

template<class T >
using CeresEngine::traits::remove_cvref_t = typename remove_cvref< T >::type
 A C++17 type trait equivalent to the C++20 remove_cvref concept.