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

Destroys the object currently stored in variant. More...

#include <Variant.h>

Public Member Functions

template<typename T >
void visit ()
 

Public Attributes

AlignedUnion< TArgs... > & storage
 

Detailed Description

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

Destroys the object currently stored in variant.

Definition at line 71 of file Variant.h.

Member Function Documentation

◆ visit()

template<typename... TArgs>
template<typename T >
void VariantHelpers::Delete< TArgs >::visit ( )
inline

Definition at line 75 of file Variant.h.

Member Data Documentation

◆ storage

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

Definition at line 72 of file Variant.h.


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