SPH
Public Member Functions | Public Attributes | List of all members
VariantHelpers::Assign< TArgs > Struct Template Reference

Assigns a value type of which can be stored in variant. More...

#include <Variant.h>

Public Member Functions

template<typename T , typename TOther >
void visit (TOther &&other)
 

Public Attributes

AlignedUnion< TArgs... > & storage
 

Detailed Description

template<typename... TArgs>
struct VariantHelpers::Assign< TArgs >

Assigns a value type of which can be stored in variant.

Definition at line 100 of file Variant.h.

Member Function Documentation

◆ visit()

template<typename... TArgs>
template<typename T , typename TOther >
void VariantHelpers::Assign< TArgs >::visit ( TOther &&  other)
inline

Definition at line 104 of file Variant.h.

Member Data Documentation

◆ storage

template<typename... TArgs>
AlignedUnion<TArgs...>& VariantHelpers::Assign< TArgs >::storage

Definition at line 101 of file Variant.h.


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