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

Public Types

using x_allocator_type = xAllocator
 
using y_allocator_type = yAllocator
 

Public Member Functions

 doubly_normal_beast (std::initializer_list< T > xlist, std::initializer_list< U > ylist)
 
 doubly_normal_beast (std::initializer_list< T > xlist, std::initializer_list< U > ylist, const x_allocator_type &a, const y_allocator_type &b)
 
 doubly_normal_beast (const doubly_normal_beast &)=default
 
 doubly_normal_beast (const doubly_normal_beast &other, const x_allocator_type &a, const y_allocator_type &b)
 
 doubly_normal_beast (doubly_normal_beast &&) noexcept=default
 
 doubly_normal_beast (doubly_normal_beast &&other, const x_allocator_type &a, const y_allocator_type &b)
 
doubly_normal_beastoperator= (const doubly_normal_beast &)=default
 
doubly_normal_beastoperator= (doubly_normal_beast &&)=default
 
void swap (doubly_normal_beast &other) noexcept(noexcept(std::ranges::swap(this->x, other.x)) &&noexcept(std::ranges::swap(this->y, other.y)))
 

Public Attributes

std::vector< T, xAllocator > x {}
 
std::vector< U, yAllocator > y {}
 

Friends

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

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