ATLAS Offline Software
|
Helper for static asserts for argument packs. More...
Classes | |
struct | bool_pack |
Typedefs | |
template<bool... bs> | |
using | all_true = std::is_same< bool_pack< bs..., true >, bool_pack< true, bs... > > |
Helper for static asserts for argument packs.
using CxxUtils::vecDetail::bool_pack_helper::all_true = typedef std::is_same<bool_pack<bs..., true>, bool_pack<true, bs...> > |