Typedef mpark::lib::enable_if_t

Typedef Documentation

template<bool B, typename T = void>
using mpark::lib::enable_if_t = typename std::enable_if<B, T>::type