|
xrootd
|

Public Member Functions | |
| Storage () | |
| Default constructor. More... | |
| ~Storage () | |
Public Attributes | |
| T | value |
we use union as this is the only way to obtain memory with correct alignment and don't actually construct the object
|
inline |
Default constructor.
|
inline |
| T XrdCl::Optional< T >::Storage::value |
value of the optional variable, if the variable is optional is remains uninitialized
Referenced by XrdCl::Optional< T >::operator*(), XrdCl::Optional< T >::operator=(), XrdCl::Optional< T >::Optional(), and XrdCl::Optional< T >::~Optional().
1.8.5