libQuotient
A Qt library for building matrix clients
Quotient::MemberSorter Struct Reference

#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
 

Detailed Description

Definition at line 217 of file roommember.h.

Member Function Documentation

◆ lowerBoundIndex()

template<template< class > class ContT>
ContT<RoomMember>::size_type Quotient::MemberSorter::lowerBoundIndex ( const ContT< RoomMember > &  c,
const auto &  v 
) const
inline

Definition at line 236 of file roommember.h.

◆ operator()() [1/4]

bool Quotient::MemberSorter::operator() ( const RoomMember u1,
const RoomMember u2 
) const
inline

Definition at line 218 of file roommember.h.

◆ operator()() [2/4]

bool Quotient::MemberSorter::operator() ( const RoomMember u1,
QStringView  u2name 
) const
inline

Definition at line 222 of file roommember.h.

◆ operator()() [3/4]

bool Quotient::MemberSorter::operator() ( QStringView  u1name,
const RoomMember u2 
) const
inline

Definition at line 226 of file roommember.h.

◆ operator()() [4/4]

bool Quotient::MemberSorter::operator() ( QStringView  u1name,
QStringView  u2name 
) const

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