iceoryx_doc  1.0.1
iox::cxx::success< void > Struct Reference

helper struct to create an error only expected which is signalling success more easily More...

#include <expected.hpp>

Detailed Description

helper struct to create an error only expected which is signalling success more easily

cxx::expected<float> callMe() {
//...
return cxx::success<>();
}

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