openMSX
Public Member Functions | List of all members
openmsx::Keys::CmpKeys Struct Reference

Public Member Functions

constexpr bool operator() (const P &x, const P &y) const
 
bool operator() (const P &x, string_view y) const
 
bool operator() (string_view x, const P &y) const
 

Detailed Description

Definition at line 19 of file Keys.cc.

Member Function Documentation

◆ operator()() [1/3]

constexpr bool openmsx::Keys::CmpKeys::operator() ( const P x,
const P y 
) const
inlineconstexpr

Definition at line 21 of file Keys.cc.

References openmsx::Keys::P::first.

◆ operator()() [2/3]

bool openmsx::Keys::CmpKeys::operator() ( const P x,
string_view  y 
) const
inline

Definition at line 26 of file Keys.cc.

References openmsx::Keys::P::first.

◆ operator()() [3/3]

bool openmsx::Keys::CmpKeys::operator() ( string_view  x,
const P y 
) const
inline

Definition at line 30 of file Keys.cc.

References openmsx::Keys::P::first.


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