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

Classes

struct  alloc_acquirer
 

Public Types

using product_type = Handle
 
using allocator_type = Allocator
 

Public Member Functions

 broken_copy_value_semantics (std::initializer_list< T > list, const allocator_type &a=allocator_type{})
 
 broken_copy_value_semantics (const broken_copy_value_semantics &)=default
 
 broken_copy_value_semantics (const broken_copy_value_semantics &other, const allocator_type &a)
 
 broken_copy_value_semantics (broken_copy_value_semantics &&) noexcept=default
 
 broken_copy_value_semantics (broken_copy_value_semantics &&other, const allocator_type &a)
 
broken_copy_value_semanticsoperator= (const broken_copy_value_semantics &other)
 
broken_copy_value_semanticsoperator= (broken_copy_value_semantics &&)=default
 
void swap (broken_copy_value_semantics &other) noexcept(noexcept(std::ranges::swap(this->x, other.x)))
 
void reset (const allocator_type &a)
 

Public Attributes

std::vector< product_type, allocator_type > x {}
 

Friends

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

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