libopenraw  0.3.7
OptionNone Class Reference

Tag class to help create an empty Option. More...

#include <option.hpp>

Detailed Description

Tag class to help create an empty Option.

Option<T> returnOption()
{
// Will return an Option<> that is empty.
return OptionNone();
}
Tag class to help create an empty Option.
Definition: option.hpp:41
An option type inspired by Rust.
Definition: option.hpp:47

Definition at line 41 of file option.hpp.


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