|
iceoryx2
C++ Language Bindings
|
result of a posix call More...
#include <posix_call.hpp>
Public Member Functions | |
| PosixCallResult () noexcept=default | |
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
Definition at line 35 of file posix_call.hpp.
|
defaultnoexcept |
| int32_t iox2::legacy::PosixCallResult< T >::errnum = POSIX_CALL_INVALID_ERRNO |
the errno value which was set by the posix function call
Definition at line 42 of file posix_call.hpp.
| T iox2::legacy::PosixCallResult< T >::value {} |
the return value of the posix function call
Definition at line 39 of file posix_call.hpp.