|
Sequoia
|
Public Types | |
| using | allocator_type = Allocator |
Public Member Functions | |
| regular_broken_greater (std::initializer_list< T > list) | |
| regular_broken_greater (std::initializer_list< T > list, const allocator_type &a) | |
| regular_broken_greater (const allocator_type &a) | |
| regular_broken_greater (const regular_broken_greater &)=default | |
| regular_broken_greater (regular_broken_greater &&) noexcept=default | |
| regular_broken_greater (regular_broken_greater &&other, const allocator_type &a) | |
| regular_broken_greater & | operator= (const regular_broken_greater &)=default |
| regular_broken_greater & | operator= (regular_broken_greater &&)=default |
| void | swap (regular_broken_greater &other) noexcept(noexcept(std::ranges::swap(this->x, other.x))) |
Public Attributes | |
| std::vector< T, Allocator > | x {} |
Friends | |
| void | swap (regular_broken_greater &lhs, regular_broken_greater &rhs) noexcept(noexcept(lhs.swap(rhs))) |
| bool | operator== (const regular_broken_greater &, const regular_broken_greater &) noexcept=default |
| bool | operator!= (const regular_broken_greater &, const regular_broken_greater &) noexcept=default |
| bool | operator< (const regular_broken_greater &lhs, const regular_broken_greater &rhs) noexcept |
| bool | operator<= (const regular_broken_greater &lhs, const regular_broken_greater &rhs) noexcept |
| bool | operator> (const regular_broken_greater &lhs, const regular_broken_greater &rhs) noexcept |
| bool | operator>= (const regular_broken_greater &lhs, const regular_broken_greater &rhs) noexcept |
| std::weak_ordering | operator<=> (const regular_broken_greater &lhs, const regular_broken_greater &rhs) noexcept |
| template<class Stream > | |
| Stream & | operator<< (Stream &s, const regular_broken_greater &b) |