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

Implementation for std::negation. More...

#include <vecmem/utils/type_traits.hpp>

Inheritance diagram for vecmem::details::negation< B >:

Detailed Description

template<class B>
struct vecmem::details::negation< B >

Implementation for std::negation.

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