Skip to content

iox::cxx::ErrorTypeAdapter🔗

Generic adapter to access INVALID_STATE member or value. More...

#include <expected.hpp>

Public Functions🔗

Name
T getInvalidState()

Detailed Description🔗

template <typename T >
struct iox::cxx::ErrorTypeAdapter;

Generic adapter to access INVALID_STATE member or value.

Note: Works for enum classes and classes having a member INVALID_STATE

Public Functions Documentation🔗

function getInvalidState🔗

static inline T getInvalidState()

Updated on 26 April 2021 at 15:31:01 CEST