iceoryx_hoofs 2.0.5
Loading...
Searching...
No Matches
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<>();
}
helper struct to create an expected which is signalling success more easily
Definition expected.hpp:49

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