|
|
constexpr | accept_handle (const invalid_accept_handle_t &) |
| |
Public Member Functions inherited from caf::handle< accept_handle, invalid_accept_handle_t > |
|
| handle (const accept_handle &other) |
| |
|
| handle (const handle &other)=default |
| |
|
handle & | operator= (const handle &other) |
| |
|
handle & | operator= (const invalid_accept_handle_t &) |
| |
|
int64_t | id () const |
| | Returns the unique identifier of this handle.
|
| |
|
void | set_id (int64_t value) |
| | Sets the unique identifier of this handle.
|
| |
|
int64_t | compare (const accept_handle &other) const |
| |
|
int64_t | compare (const invalid_accept_handle_t &) const |
| |
|
bool | invalid () const |
| |
|
void | set_invalid () |
| |
Generic handle type for managing incoming connections.