Class ov::optional

template<class T>
class optional

Store optional object of type T (basic version of std::optional).

Note

If cpp17 used this class should be replaced by std::optional.

Template Parameters

T – Type of stored object.