|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#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 |
Definition at line 25 of file TypeUtils.h.
| typedef Check ippl::detail::IsUnique< Check, Collection >::type |
Definition at line 27 of file TypeUtils.h.
|
staticconstexpr |
Definition at line 26 of file TypeUtils.h.