Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
absl::weak_ordering Class Reference

#include <compare.h>

Inheritance diagram for absl::weak_ordering:
Inheritance graph
[legend]

Public Member Functions

 ABSL_COMPARE_INLINE_SUBCLASS_DECL (weak_ordering, equivalent)
 
 ABSL_COMPARE_INLINE_SUBCLASS_DECL (weak_ordering, equivalent)
 
 ABSL_COMPARE_INLINE_SUBCLASS_DECL (weak_ordering, greater)
 
 ABSL_COMPARE_INLINE_SUBCLASS_DECL (weak_ordering, greater)
 
 ABSL_COMPARE_INLINE_SUBCLASS_DECL (weak_ordering, less)
 
 ABSL_COMPARE_INLINE_SUBCLASS_DECL (weak_ordering, less)
 
constexpr operator partial_ordering () const noexcept
 
constexpr operator partial_ordering () const noexcept
 
constexpr operator weak_equality () const noexcept
 
constexpr operator weak_equality () const noexcept
 
- Public Member Functions inherited from absl::compare_internal::weak_ordering_base< weak_ordering >
 ABSL_COMPARE_INLINE_BASECLASS_DECL (equivalent)
 
 ABSL_COMPARE_INLINE_BASECLASS_DECL (equivalent)
 
 ABSL_COMPARE_INLINE_BASECLASS_DECL (greater)
 
 ABSL_COMPARE_INLINE_BASECLASS_DECL (greater)
 
 ABSL_COMPARE_INLINE_BASECLASS_DECL (less)
 
 ABSL_COMPARE_INLINE_BASECLASS_DECL (less)
 

Private Member Functions

constexpr weak_ordering (compare_internal::eq v) noexcept
 
constexpr weak_ordering (compare_internal::eq v) noexcept
 
constexpr weak_ordering (compare_internal::ord v) noexcept
 
constexpr weak_ordering (compare_internal::ord v) noexcept
 

Private Attributes

compare_internal::value_type value_
 

Friends

struct compare_internal::weak_ordering_base< weak_ordering >
 
constexpr friend bool operator!= (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator!= (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator!= (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator!= (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator!= (weak_ordering v1, weak_ordering v2) noexcept
 
constexpr friend bool operator!= (weak_ordering v1, weak_ordering v2) noexcept
 
constexpr friend bool operator< (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator< (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator< (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator< (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator<= (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator<= (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator<= (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator<= (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator== (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator== (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator== (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator== (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator== (weak_ordering v1, weak_ordering v2) noexcept
 
constexpr friend bool operator== (weak_ordering v1, weak_ordering v2) noexcept
 
constexpr friend bool operator> (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator> (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator> (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator> (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator>= (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator>= (compare_internal::OnlyLiteralZero<>, weak_ordering v) noexcept
 
constexpr friend bool operator>= (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 
constexpr friend bool operator>= (weak_ordering v, compare_internal::OnlyLiteralZero<>) noexcept
 

Detailed Description

Definition at line 347 of file abseil-cpp/absl/types/compare.h.

Constructor & Destructor Documentation

◆ weak_ordering() [1/4]

constexpr absl::weak_ordering::weak_ordering ( compare_internal::eq  v)
inlineexplicitconstexprprivatenoexcept

Definition at line 349 of file abseil-cpp/absl/types/compare.h.

◆ weak_ordering() [2/4]

constexpr absl::weak_ordering::weak_ordering ( compare_internal::ord  v)
inlineexplicitconstexprprivatenoexcept

Definition at line 351 of file abseil-cpp/absl/types/compare.h.

◆ weak_ordering() [3/4]

constexpr absl::weak_ordering::weak_ordering ( compare_internal::eq  v)
inlineexplicitconstexprprivatenoexcept

◆ weak_ordering() [4/4]

constexpr absl::weak_ordering::weak_ordering ( compare_internal::ord  v)
inlineexplicitconstexprprivatenoexcept

Member Function Documentation

◆ ABSL_COMPARE_INLINE_SUBCLASS_DECL() [1/6]

absl::weak_ordering::ABSL_COMPARE_INLINE_SUBCLASS_DECL ( weak_ordering  ,
equivalent   
)

◆ ABSL_COMPARE_INLINE_SUBCLASS_DECL() [2/6]

absl::weak_ordering::ABSL_COMPARE_INLINE_SUBCLASS_DECL ( weak_ordering  ,
equivalent   
)

◆ ABSL_COMPARE_INLINE_SUBCLASS_DECL() [3/6]

absl::weak_ordering::ABSL_COMPARE_INLINE_SUBCLASS_DECL ( weak_ordering  ,
greater   
)

◆ ABSL_COMPARE_INLINE_SUBCLASS_DECL() [4/6]

absl::weak_ordering::ABSL_COMPARE_INLINE_SUBCLASS_DECL ( weak_ordering  ,
greater   
)

◆ ABSL_COMPARE_INLINE_SUBCLASS_DECL() [5/6]

absl::weak_ordering::ABSL_COMPARE_INLINE_SUBCLASS_DECL ( weak_ordering  ,
less   
)

◆ ABSL_COMPARE_INLINE_SUBCLASS_DECL() [6/6]

absl::weak_ordering::ABSL_COMPARE_INLINE_SUBCLASS_DECL ( weak_ordering  ,
less   
)

◆ operator partial_ordering() [1/2]

constexpr absl::weak_ordering::operator partial_ordering ( ) const
inlineconstexprnoexcept

Definition at line 365 of file abseil-cpp/absl/types/compare.h.

◆ operator partial_ordering() [2/2]

constexpr absl::weak_ordering::operator partial_ordering ( ) const
inlineconstexprnoexcept

◆ operator weak_equality() [1/2]

constexpr absl::weak_ordering::operator weak_equality ( ) const
inlineconstexprnoexcept

Definition at line 361 of file abseil-cpp/absl/types/compare.h.

◆ operator weak_equality() [2/2]

constexpr absl::weak_ordering::operator weak_equality ( ) const
inlineconstexprnoexcept

Friends And Related Function Documentation

◆ compare_internal::weak_ordering_base< weak_ordering >

Definition at line 353 of file abseil-cpp/absl/types/compare.h.

◆ operator!= [1/6]

constexpr friend bool operator!= ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

Definition at line 399 of file abseil-cpp/absl/types/compare.h.

◆ operator!= [2/6]

constexpr friend bool operator!= ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

◆ operator!= [3/6]

constexpr friend bool operator!= ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

◆ operator!= [4/6]

constexpr friend bool operator!= ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Definition at line 375 of file abseil-cpp/absl/types/compare.h.

◆ operator!= [5/6]

constexpr friend bool operator!= ( weak_ordering  v1,
weak_ordering  v2 
)
friend

Definition at line 423 of file abseil-cpp/absl/types/compare.h.

◆ operator!= [6/6]

constexpr friend bool operator!= ( weak_ordering  v1,
weak_ordering  v2 
)
friend

◆ operator< [1/4]

constexpr friend bool operator< ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

Definition at line 403 of file abseil-cpp/absl/types/compare.h.

◆ operator< [2/4]

constexpr friend bool operator< ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

◆ operator< [3/4]

constexpr friend bool operator< ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Definition at line 379 of file abseil-cpp/absl/types/compare.h.

◆ operator< [4/4]

constexpr friend bool operator< ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

◆ operator<= [1/4]

constexpr friend bool operator<= ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

Definition at line 407 of file abseil-cpp/absl/types/compare.h.

◆ operator<= [2/4]

constexpr friend bool operator<= ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

◆ operator<= [3/4]

constexpr friend bool operator<= ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

◆ operator<= [4/4]

constexpr friend bool operator<= ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Definition at line 383 of file abseil-cpp/absl/types/compare.h.

◆ operator== [1/6]

constexpr friend bool operator== ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

Definition at line 395 of file abseil-cpp/absl/types/compare.h.

◆ operator== [2/6]

constexpr friend bool operator== ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

◆ operator== [3/6]

constexpr friend bool operator== ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

◆ operator== [4/6]

constexpr friend bool operator== ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Definition at line 371 of file abseil-cpp/absl/types/compare.h.

◆ operator== [5/6]

constexpr friend bool operator== ( weak_ordering  v1,
weak_ordering  v2 
)
friend

◆ operator== [6/6]

constexpr friend bool operator== ( weak_ordering  v1,
weak_ordering  v2 
)
friend

Definition at line 419 of file abseil-cpp/absl/types/compare.h.

◆ operator> [1/4]

constexpr friend bool operator> ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

◆ operator> [2/4]

constexpr friend bool operator> ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

Definition at line 411 of file abseil-cpp/absl/types/compare.h.

◆ operator> [3/4]

constexpr friend bool operator> ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Definition at line 387 of file abseil-cpp/absl/types/compare.h.

◆ operator> [4/4]

constexpr friend bool operator> ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

◆ operator>= [1/4]

constexpr friend bool operator>= ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

Definition at line 415 of file abseil-cpp/absl/types/compare.h.

◆ operator>= [2/4]

constexpr friend bool operator>= ( compare_internal::OnlyLiteralZero<>  ,
weak_ordering  v 
)
friend

◆ operator>= [3/4]

constexpr friend bool operator>= ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Definition at line 391 of file abseil-cpp/absl/types/compare.h.

◆ operator>= [4/4]

constexpr friend bool operator>= ( weak_ordering  v,
compare_internal::OnlyLiteralZero<>   
)
friend

Member Data Documentation

◆ value_

compare_internal::value_type absl::weak_ordering::value_
private

Definition at line 429 of file abseil-cpp/absl/types/compare.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:26