Sequoia
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
sequoia::testing::regular_inverted_comparisons< T, Allocator > Struct Template Reference

Public Types

using allocator_type = Allocator
 

Public Member Functions

 regular_inverted_comparisons (std::initializer_list< T > list)
 
 regular_inverted_comparisons (std::initializer_list< T > list, const allocator_type &a)
 
 regular_inverted_comparisons (const allocator_type &a)
 
 regular_inverted_comparisons (const regular_inverted_comparisons &)=default
 
 regular_inverted_comparisons (regular_inverted_comparisons &&) noexcept=default
 
 regular_inverted_comparisons (regular_inverted_comparisons &&other, const allocator_type &a)
 
regular_inverted_comparisonsoperator= (const regular_inverted_comparisons &)=default
 
regular_inverted_comparisonsoperator= (regular_inverted_comparisons &&)=default
 
void swap (regular_inverted_comparisons &other) noexcept(noexcept(std::ranges::swap(this->x, other.x)))
 

Public Attributes

std::vector< T, Allocator > x {}
 

Friends

void swap (regular_inverted_comparisons &lhs, regular_inverted_comparisons &rhs) noexcept(noexcept(lhs.swap(rhs)))
 
bool operator== (const regular_inverted_comparisons &, const regular_inverted_comparisons &) noexcept=default
 
bool operator!= (const regular_inverted_comparisons &, const regular_inverted_comparisons &) noexcept=default
 
bool operator< (const regular_inverted_comparisons &lhs, const regular_inverted_comparisons &rhs) noexcept
 
bool operator<= (const regular_inverted_comparisons &lhs, const regular_inverted_comparisons &rhs) noexcept
 
bool operator> (const regular_inverted_comparisons &lhs, const regular_inverted_comparisons &rhs) noexcept
 
bool operator>= (const regular_inverted_comparisons &lhs, const regular_inverted_comparisons &rhs) noexcept
 
std::weak_ordering operator<=> (const regular_inverted_comparisons &lhs, const regular_inverted_comparisons &rhs) noexcept
 
template<class Stream >
Stream & operator<< (Stream &s, const regular_inverted_comparisons &b)
 

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