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

Public Types

using value_type = T
 
using allocator_type = Allocator
 

Public Member Functions

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

Public Attributes

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

Friends

void swap (move_only_inverted_comparisons &lhs, move_only_inverted_comparisons &rhs) noexcept(noexcept(lhs.swap(rhs)))
 
bool operator== (const move_only_inverted_comparisons &, const move_only_inverted_comparisons &) noexcept=default
 
bool operator!= (const move_only_inverted_comparisons &, const move_only_inverted_comparisons &) noexcept=default
 
bool operator< (const move_only_inverted_comparisons &lhs, const move_only_inverted_comparisons &rhs) noexcept
 
bool operator<= (const move_only_inverted_comparisons &lhs, const move_only_inverted_comparisons &rhs) noexcept
 
bool operator> (const move_only_inverted_comparisons &lhs, const move_only_inverted_comparisons &rhs) noexcept
 
bool operator>= (const move_only_inverted_comparisons &lhs, const move_only_inverted_comparisons &rhs) noexcept
 
auto operator<=> (const move_only_inverted_comparisons &, const move_only_inverted_comparisons &) noexcept=default
 
template<class Stream >
Stream & operator<< (Stream &s, const move_only_inverted_comparisons &b)
 

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