xrootd
|
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
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=(), and XrdCl::Optional< T >::Optional().