libQuotient
A Qt library for building matrix clients
|
#include <roommember.h>
Public Member Functions | |
bool | operator() (const RoomMember &u1, const RoomMember &u2) const |
bool | operator() (const RoomMember &u1, QStringView u2name) const |
bool | operator() (QStringView u1name, const RoomMember &u2) const |
bool | operator() (QStringView u1name, QStringView u2name) const |
template<template< class > class ContT> | |
ContT< RoomMember >::size_type | lowerBoundIndex (const ContT< RoomMember > &c, const auto &v) const |
Definition at line 233 of file roommember.h.
|
inline |
Definition at line 252 of file roommember.h.
|
inline |
Definition at line 234 of file roommember.h.
|
inline |
Definition at line 238 of file roommember.h.
|
inline |
Definition at line 242 of file roommember.h.
bool Quotient::MemberSorter::operator() | ( | QStringView | u1name, |
QStringView | u2name | ||
) | const |