openMSX
Public Member Functions | Public Attributes | List of all members
cstd::CmpRight< T, Compare > Struct Template Reference

#include <cstd.hh>

Collaboration diagram for cstd::CmpRight< T, Compare >:
Collaboration graph
[legend]

Public Member Functions

constexpr bool operator() (const T &elem) const
 

Public Attributes

pivot
 
Compare cmp
 

Detailed Description

template<typename T, typename Compare>
struct cstd::CmpRight< T, Compare >

Definition at line 91 of file cstd.hh.

Member Function Documentation

◆ operator()()

template<typename T , typename Compare >
constexpr bool cstd::CmpRight< T, Compare >::operator() ( const T &  elem) const
inline

Definition at line 96 of file cstd.hh.

References cstd::CmpLeft< T, Compare >::cmp.

Member Data Documentation

◆ cmp

template<typename T , typename Compare >
Compare cstd::CmpRight< T, Compare >::cmp

Definition at line 94 of file cstd.hh.

◆ pivot

template<typename T , typename Compare >
T cstd::CmpRight< T, Compare >::pivot

Definition at line 93 of file cstd.hh.


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