Boost.Optional library support
The boost::optional<T> type is defined as #Nullable and uses default implementation of related functions.
boost::optional<T>
The ozo::unwrap() function is implemented via the dereference operator.
ozo::unwrap()