Template Struct remove_cvref

Inheritance Relationships

Base Type

  • public std::remove_cv< std::remove_reference< T >::type >

Struct Documentation

template<typename T>
struct remove_cvref : public std::remove_cv<std::remove_reference<T>::type>

Trait to remove const&.