xrootd
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XrdCl::Optional< T >::Storage Union Reference

Public Member Functions

 Storage ()
 Default constructor.
 
 ~Storage ()
 

Public Attributes

value
 

Detailed Description

template<typename T>
union XrdCl::Optional< T >::Storage

we use union as this is the only way to obtain memory with correct alignment and don't actually construct the object

Constructor & Destructor Documentation

◆ Storage()

template<typename T >
XrdCl::Optional< T >::Storage::Storage ( )
inline

Default constructor.

◆ ~Storage()

template<typename T >
XrdCl::Optional< T >::Storage::~Storage ( )
inline

Member Data Documentation

◆ value

template<typename T >
T XrdCl::Optional< T >::Storage::value

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