Typedef mpark::lib::remove_const_t

Typedef Documentation

template<typename T>
using mpark::lib::remove_const_t = typename std::remove_const<T>::type