Typedef Catch::Detail::RemoveCVRef_t

Typedef Documentation

template<typename T>
using Catch::Detail::RemoveCVRef_t = std::remove_cv_t<std::remove_reference_t<T>>