ISMRMRD
ISMRM Raw Data Format
|
Public Member Functions | |
Optional (const T &v) | |
const Optional & | operator= (const T &v) |
const T * | operator-> () const |
const T & | operator* () const |
operator bool () const | |
bool | is_present () const |
T & | get () |
T & | operator() () |
void | set (const T &v) |
Protected Attributes | |
bool | present_ |
T | value_ |