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

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_copyoperator= (const inefficient_copy &)=default
 
inefficient_copyoperator= (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)
 

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