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