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