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

#include <TypeUtils.h>

Inheritance diagram for ippl::detail::ConstructVariant< std::variant<>, std::variant<>, Verifier >:
Collaboration diagram for ippl::detail::ConstructVariant< std::variant<>, std::variant<>, Verifier >:

Public Types

typedef std::variant type

Detailed Description

template<template< typename... > class Verifier>
struct ippl::detail::ConstructVariant< std::variant<>, std::variant<>, Verifier >

Base case for variant construction with no types to add

Definition at line 81 of file TypeUtils.h.

Member Typedef Documentation

◆ type

template<template< typename... > class Verifier>
typedef std::variant ippl::detail::ConstructVariant< std::variant<>, std::variant<>, Verifier >::type

Definition at line 82 of file TypeUtils.h.


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