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 31 May 2022 at 11:34:55 CEST