Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
std::experimental::storage_t< T > Union Template Reference

template<class T>
union std::experimental::storage_t< T >

Definition at line 280 of file optional.hpp.

Public Member Functions

template<class... Args>
constexpr storage_t (Args &&... args)
 
constexpr storage_t (trivial_init_t) noexcept
 
 ~storage_t ()
 

Public Attributes

unsigned char dummy_
 
T value_
 

#include <optional.hpp>

Constructor & Destructor Documentation

◆ storage_t() [1/2]

template<class T >
constexpr std::experimental::storage_t< T >::storage_t ( trivial_init_t  )
inlineconstexprnoexcept

Definition at line 285 of file optional.hpp.

◆ storage_t() [2/2]

template<class T >
template<class... Args>
constexpr std::experimental::storage_t< T >::storage_t ( Args &&...  args)
inlineconstexpr

Definition at line 288 of file optional.hpp.

◆ ~storage_t()

template<class T >
std::experimental::storage_t< T >::~storage_t ( )
inline

Definition at line 290 of file optional.hpp.

Member Data Documentation

◆ dummy_

template<class T >
unsigned char std::experimental::storage_t< T >::dummy_

Definition at line 282 of file optional.hpp.

◆ value_

template<class T >
T std::experimental::storage_t< T >::value_

Definition at line 283 of file optional.hpp.

Collaboration diagram for std::experimental::storage_t< T >:

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