vecmem 1.14.0
|
Implementation for std::disjunction
.
More...
#include <vecmem/utils/type_traits.hpp>
Implementation for std::disjunction
.
Since std::disjunction
is only available starting with C++17, but it comes in very handy in some places in the VecMem code, this is a naive custom implementation for it.