GRPC C++  1.62.0
Data Fields | Static Public Attributes | Friends
grpc_event_engine::experimental::EventEngine::ConnectionHandle Struct Reference

A handle to a cancellable connection attempt. More...

#include <event_engine.h>

Data Fields

intptr_t keys [2]
 

Static Public Attributes

static const GRPC_DLL ConnectionHandle kInvalid
 

Friends

bool operator== (const ConnectionHandle &lhs, const ConnectionHandle &rhs)
 
bool operator!= (const ConnectionHandle &lhs, const ConnectionHandle &rhs)
 

Detailed Description

A handle to a cancellable connection attempt.

Returned by Connect, and can be passed to CancelConnect.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const ConnectionHandle lhs,
const ConnectionHandle rhs 
)
friend

◆ operator==

bool operator== ( const ConnectionHandle lhs,
const ConnectionHandle rhs 
)
friend

Field Documentation

◆ keys

intptr_t grpc_event_engine::experimental::EventEngine::ConnectionHandle::keys[2]

◆ kInvalid

const GRPC_DLL ConnectionHandle grpc_event_engine::experimental::EventEngine::ConnectionHandle::kInvalid
static

The documentation for this struct was generated from the following file: