|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <TypeUtils.h>
Public Types | |
| typedef Type | type |
Static Public Attributes | |
| static constexpr bool | enable = !std::is_void_v<Type> |
Variant verification struct Enables the type if it is not void (intended for use with std::conditional_t where the user passes void if the type should not be included)
| Type | the type that should be added, or void |
| ... | dummy parameter to ensure compatibility with IsPresent |
Definition at line 66 of file TypeUtils.h.
| typedef Type ippl::detail::IsEnabled< Type,... >::type |
Definition at line 68 of file TypeUtils.h.
|
staticconstexpr |
Definition at line 67 of file TypeUtils.h.