|
libopenraw
|
Public Types | |
| typedef T | data_type |
Public Member Functions | |
| Option (T &&data) | |
| Option (const T &data) | |
| template<class... Args> | |
| Option (Args &&... args) | |
| T && | unwrap () |
| T && | unwrap_or (T &&def) |
| bool | empty () const |
| bool | ok () const |
Definition at line 29 of file option.hpp.
1.8.13