Typedef nlohmann::detail::uncvref_t

Typedef Documentation

template<typename T>
using nlohmann::detail::uncvref_t = typename std::remove_cv<typename std::remove_reference<T>::type>::type