Typedef mpark::lib::all

Typedef Documentation

template<bool... Bs>
using mpark::lib::all = std::is_same<integer_sequence<bool, true, Bs...>, integer_sequence<bool, Bs..., true>>