Typedef Aux::decay_t

Typedef Documentation

template<typename T>
using Aux::decay_t = typename std::decay<T>::type

This is a backport of C++14 std::decay_t