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