|
iceoryx_hoofs 2.0.6
|
result of a posix call More...
#include <iceoryx_hoofs/posix_wrapper/posix_call.hpp>
Public Member Functions | |
| cxx::string< POSIX_CALL_ERROR_STRING_SIZE > | getHumanReadableErrnum () const noexcept |
| returns the result of std::strerror(errnum) which acquires a human readable error string | |
Public Attributes | |
| T | value {} |
| the return value of the posix function call | |
| int32_t | errnum = POSIX_CALL_INVALID_ERRNO |
| the errno value which was set by the posix function call | |
result of a posix call