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