Skip to content

iox::cxx::success< void >🔗

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

#include <iceoryx_hoofs/cxx/expected.hpp>

Detailed Description🔗

struct iox::cxx::success< void >;

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

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

Updated on 18 December 2023 at 13:11:42 CET