userver: storages::redis::Point Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::redis::Point Struct Reference

Detailed Description

Definition at line 23 of file reply_types.hpp.

Public Member Functions

bool operator== (const Point &rhs) const
 

Public Attributes

double lon
 
double lat
 

Member Function Documentation

◆ operator==()

bool storages::redis::Point::operator== ( const Point & rhs) const
inline

Definition at line 27 of file reply_types.hpp.

Member Data Documentation

◆ lat

double storages::redis::Point::lat

Definition at line 25 of file reply_types.hpp.

◆ lon

double storages::redis::Point::lon

Definition at line 24 of file reply_types.hpp.


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