IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::detail::Forward< Type, std::variant< Spaces... > > Struct Template Reference

#include <TypeUtils.h>

Inheritance diagram for ippl::detail::Forward< Type, std::variant< Spaces... > >:
Collaboration diagram for ippl::detail::Forward< Type, std::variant< Spaces... > >:

Public Types

using type = Type<Spaces...>

Detailed Description

template<template< typename... > class Type, typename... Spaces>
struct ippl::detail::Forward< Type, std::variant< Spaces... > >

Forwards the types in a variant to another type

Definition at line 183 of file TypeUtils.h.

Member Typedef Documentation

◆ type

template<template< typename... > class Type, typename... Spaces>
using ippl::detail::Forward< Type, std::variant< Spaces... > >::type = Type<Spaces...>

Definition at line 184 of file TypeUtils.h.


The documentation for this struct was generated from the following file: