iceoryx_hoofs  2.0.2
iox::cxx::success< void > Struct Reference

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

#include <iceoryx_hoofs/cxx/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: