VCCC  2024.05
VisualCamp Common C++ library
remove_cvref< T > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__type_traits/remove_cvref.hpp>

Public Types

using type = std::remove_cv_t< std::remove_reference_t< T > >
 

Member Typedef Documentation

◆ type

using type = std::remove_cv_t<std::remove_reference_t<T> >

The documentation for this struct was generated from the following file: