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