Sequoia
|
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_comparisons & | operator= (const regular_inverted_comparisons &)=default |
regular_inverted_comparisons & | operator= (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) |