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