vecmem 1.14.0
Loading...
Searching...
No Matches
vecmem::details::disjunction<... > Struct Template Reference

Implementation for std::disjunction. More...

#include <vecmem/utils/type_traits.hpp>

Inheritance diagram for vecmem::details::disjunction<... >:

Detailed Description

template<class...>
struct vecmem::details::disjunction<... >

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.


The documentation for this struct was generated from the following file: