VCCC  2024.05
VisualCamp Common C++ library
remove_cvref.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  remove_cvref< T >
 

Namespaces

 vccc
 

Typedefs

template<typename T >
using remove_cvref_t = typename remove_cvref< T >::type