WPILibC++ 2024.1.1-beta-4
wpi::remove_cvref< T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/STLForwardCompat.h>

Public Types

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

Member Typedef Documentation

◆ type

template<typename T >
using wpi::remove_cvref< T >::type = std::remove_cv_t<std::remove_reference_t<T> >

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