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

Implementation for std::conjunction. More...

#include <vecmem/utils/type_traits.hpp>

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

Detailed Description

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

Implementation for std::conjunction.

Since std::conjunction 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: