Definition at line 32 of file reply_types.hpp.
◆ GeoPoint()
storages::redis::GeoPoint::GeoPoint |
( |
std::string |
member, |
|
|
std::optional< double > |
dist, |
|
|
std::optional< uint64_t > |
hash, |
|
|
std::optional< Point > |
point |
|
) |
| |
|
inline |
◆ operator!=()
bool storages::redis::GeoPoint::operator!= |
( |
const GeoPoint & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool storages::redis::GeoPoint::operator== |
( |
const GeoPoint & |
rhs | ) |
const |
|
inline |
◆ dist
std::optional<double> storages::redis::GeoPoint::dist |
◆ hash
std::optional<uint64_t> storages::redis::GeoPoint::hash |
◆ member
std::string storages::redis::GeoPoint::member |
◆ point
std::optional<Point> storages::redis::GeoPoint::point |
The documentation for this struct was generated from the following file: