|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#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 |