GRPC C++  1.26.0
Data Fields
grpc_core::SliceHashTable< T >::Entry Struct Reference

#include <slice_hash_table.h>

Data Fields

grpc_slice key
 
value
 
bool is_set
 

Field Documentation

◆ is_set

template<typename T >
bool grpc_core::SliceHashTable< T >::Entry::is_set

◆ key

template<typename T >
grpc_slice grpc_core::SliceHashTable< T >::Entry::key

◆ value

template<typename T >
T grpc_core::SliceHashTable< T >::Entry::value

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