GRPC Core  18.0.0
Public Member Functions | Data Fields
grpc_core::URI::QueryParam Struct Reference

#include <uri_parser.h>

Public Member Functions

bool operator== (const QueryParam &other) const
 

Data Fields

std::string key
 
std::string value
 

Member Function Documentation

◆ operator==()

bool grpc_core::URI::QueryParam::operator== ( const QueryParam other) const
inline

Field Documentation

◆ key

std::string grpc_core::URI::QueryParam::key

◆ value

std::string grpc_core::URI::QueryParam::value

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