carb::cpp::remove_cvref_t

Defined in carb/cpp/TypeTraits.h

template<class T>
using carb::cpp::remove_cvref_t = typename remove_cvref<T>::type

Helper type for remove_cvref.