QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
Pair Struct Reference

Public Member Functions

constexpr bool operator<= (const Pair &that) const noexcept
 
constexpr bool operator< (const Pair &that) const noexcept
 
constexpr bool operator== (const Pair &that) const noexcept
 

Public Attributes

unsigned int key
 
unsigned int val
 

Detailed Description

Definition at line 42 of file tst_qmakearray.cpp.

Member Function Documentation

◆ operator<()

constexpr bool Pair::operator< ( const Pair that) const
inlineconstexprnoexcept

Definition at line 51 of file tst_qmakearray.cpp.

◆ operator<=()

constexpr bool Pair::operator<= ( const Pair that) const
inlineconstexprnoexcept

Definition at line 46 of file tst_qmakearray.cpp.

◆ operator==()

constexpr bool Pair::operator== ( const Pair that) const
inlineconstexprnoexcept

Definition at line 56 of file tst_qmakearray.cpp.

Member Data Documentation

◆ key

unsigned int Pair::key

Definition at line 43 of file tst_qmakearray.cpp.

◆ val

unsigned int Pair::val

Definition at line 44 of file tst_qmakearray.cpp.


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