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