|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <TypeUtils.h>
Public Types | |
| typedef Check | type |
Static Public Attributes | |
| static constexpr bool | enable = !std::disjunction_v<std::is_same<Check, Collection>...> |
Variant verification struct Checks that a given type has not already been added to a variant
| Check | the type for whose presence to check |
| Collection... | a collection of types |