userver: storages::redis::MemberScore Struct Reference
Loading...
Searching...
No Matches
storages::redis::MemberScore Struct Referencefinal

Detailed Description

Definition at line 52 of file reply_types.hpp.

+ Collaboration diagram for storages::redis::MemberScore:

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}
 

Constructor & Destructor Documentation

◆ MemberScore()

storages::redis::MemberScore::MemberScore ( std::string member,
double score )
inline

Definition at line 57 of file reply_types.hpp.

Member Function Documentation

◆ operator std::pair< const std::string, double >() [1/2]

storages::redis::MemberScore::operator std::pair< const std::string, double > ( ) &&
inline

Definition at line 70 of file reply_types.hpp.

◆ operator std::pair< const std::string, double >() [2/2]

storages::redis::MemberScore::operator std::pair< const std::string, double > ( ) const &
inline

Definition at line 66 of file reply_types.hpp.

◆ operator std::pair< std::string, double >() [1/2]

storages::redis::MemberScore::operator std::pair< std::string, double > ( ) &&
inline

Definition at line 62 of file reply_types.hpp.

◆ operator std::pair< std::string, double >() [2/2]

storages::redis::MemberScore::operator std::pair< std::string, double > ( ) const &
inline

Definition at line 60 of file reply_types.hpp.

◆ operator!=()

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

Definition at line 78 of file reply_types.hpp.

◆ operator==()

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

Definition at line 74 of file reply_types.hpp.

Member Data Documentation

◆ member

std::string storages::redis::MemberScore::member

Definition at line 53 of file reply_types.hpp.

◆ score

double storages::redis::MemberScore::score {0.0}

Definition at line 54 of file reply_types.hpp.


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