|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <TypeUtils.h>
Public Types | |
| typedef std::variant< T... > | type |
Base case for a fully constructed variant
| T... | the types to be included in the variant |
Definition at line 90 of file TypeUtils.h.
| typedef std::variant<T...> ippl::detail::ConstructVariant< std::variant<>, std::variant< T... >, Verifier >::type |
Definition at line 91 of file TypeUtils.h.