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

Public Types

using allocator_type = Allocator
 

Public Member Functions

 inefficient_move (std::initializer_list< T > list)
 
 inefficient_move (std::initializer_list< T > list, const allocator_type &a)
 
 inefficient_move (const inefficient_move &other)=default
 
 inefficient_move (const inefficient_move &other, const allocator_type &a)
 
 inefficient_move (inefficient_move &&other)
 
 inefficient_move (inefficient_move &&other, const allocator_type &a)
 
inefficient_moveoperator= (const inefficient_move &)=default
 
inefficient_moveoperator= (inefficient_move &&)=default
 

Public Attributes

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

Friends

void swap (inefficient_move &lhs, inefficient_move &rhs)
 
bool operator== (const inefficient_move &lhs, const inefficient_move &rhs) noexcept
 
bool operator!= (const inefficient_move &lhs, const inefficient_move &rhs) noexcept
 
template<class Stream >
Stream & operator<< (Stream &s, const inefficient_move &b)
 

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