#include <userver/storages/redis/reply_types.hpp>
Data type that holds member
and score
.
Sample usage:
Definition at line 53 of file reply_types.hpp.
Public Member Functions | |
MemberScore (std::string member, double score) | |
operator std::pair< std::string, double > () const & | |
operator std::pair< std::string, double > () && | |
operator std::pair< const std::string, double > () const & | |
operator std::pair< const std::string, double > () && | |
bool | operator== (const MemberScore &rhs) const |
bool | operator!= (const MemberScore &rhs) const |
Public Attributes | |
std::string | member |
double | score {0.0} |
|
inline |
Definition at line 58 of file reply_types.hpp.
|
inline |
Definition at line 66 of file reply_types.hpp.
|
inline |
Definition at line 64 of file reply_types.hpp.
|
inline |
Definition at line 62 of file reply_types.hpp.
|
inline |
Definition at line 60 of file reply_types.hpp.
|
inline |
Definition at line 70 of file reply_types.hpp.
|
inline |
Definition at line 68 of file reply_types.hpp.
std::string storages::redis::MemberScore::member |
Definition at line 54 of file reply_types.hpp.
double storages::redis::MemberScore::score {0.0} |
Definition at line 55 of file reply_types.hpp.