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