Public Member Functions | Public Attributes | List of all members
grpc_core::URI::QueryParam Struct Reference

#include <uri_parser.h>

Public Member Functions

bool operator< (const QueryParam &other) const
 
bool operator== (const QueryParam &other) const
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Definition at line 33 of file uri_parser.h.

Member Function Documentation

◆ operator<()

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

Definition at line 39 of file uri_parser.h.

◆ operator==()

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

Definition at line 36 of file uri_parser.h.

Member Data Documentation

◆ key

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

Definition at line 34 of file uri_parser.h.

◆ value

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

Definition at line 35 of file uri_parser.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:37