|
using | x_allocator_type = xAllocator |
|
using | y_allocator_type = yAllocator |
|
|
| 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_beast & | operator= (const doubly_normal_beast &)=default |
|
doubly_normal_beast & | operator= (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))) |
|
|
std::vector< T, xAllocator > | x {} |
|
std::vector< U, yAllocator > | y {} |
|
The documentation for this struct was generated from the following file: