Sequoia
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
sequoia::testing::broken_move< T, Allocator > Struct Template Reference

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_moveoperator= (const broken_move &)=default
 
broken_moveoperator= (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)
 

The documentation for this struct was generated from the following file: