Typedef nvcv::detail::RemoveCVRef_t

Typedef Documentation

template<typename T>
using nvcv::detail::RemoveCVRef_t = RemoveCV_t<RemoveRef_t<T>>