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

Public Types

using allocator_type = Allocator
 

Public Member Functions

 broken_self_copy_assignment (std::initializer_list< int > list)
 
 broken_self_copy_assignment (std::initializer_list< int > list, const allocator_type &a)
 
 broken_self_copy_assignment (const broken_self_copy_assignment &)=default
 
 broken_self_copy_assignment (const broken_self_copy_assignment &other, const allocator_type &a)
 
 broken_self_copy_assignment (broken_self_copy_assignment &&)=default
 
 broken_self_copy_assignment (broken_self_copy_assignment &&other, const allocator_type &a)
 
broken_self_copy_assignmentoperator= (const broken_self_copy_assignment &other)
 
broken_self_copy_assignmentoperator= (broken_self_copy_assignment &&)=default
 

Public Attributes

std::vector< T, Allocator > x {}
 

Friends

void swap (broken_self_copy_assignment &lhs, broken_self_copy_assignment &rhs)
 
bool operator== (const broken_self_copy_assignment &lhs, const broken_self_copy_assignment &rhs)=default
 
template<class Stream >
Stream & operator<< (Stream &s, const broken_self_copy_assignment &b)
 

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