Template Struct remove_cvref

Struct Documentation

template<class T>
struct std::remove_cvref

Public Types

typedef std::remove_cv_t<std::remove_reference_t<T>> type