This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.
Store optional object of type T (basic version of std::optional).
Note
If cpp17 used this class should be replaced by std::optional.
T – Type of stored object.