Unified descriptor handle returned by the kernel I/O layer.
More...
#include <io_types.h>
|
| constexpr bool | valid () const noexcept |
| | Returns true when descriptor is valid.
|
|
| std::int32_t | value = -1 |
| | Underlying descriptor value.
|
Unified descriptor handle returned by the kernel I/O layer.
Definition at line 11 of file io_types.h.
◆ valid()
| bool contur::IoDescriptor::valid |
( |
| ) |
const |
|
inlinenodiscardconstexprnoexcept |
Returns true when descriptor is valid.
Definition at line 17 of file io_types.h.
References value.
◆ operator==
Equality comparison for descriptor values.
Definition at line 23 of file io_types.h.
◆ value
| std::int32_t contur::IoDescriptor::value = -1 |
The documentation for this struct was generated from the following file: