std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::operator=
Min standard notice:
Header: <scoped_allocator>
- Explicitly defaulted copy assignment operator that copy assigns the base class (OuterAlloc, the outer allocator) and all inner allocators.
# Declarations
scoped_allocator_adaptor& operator=( const scoped_allocator_adaptor& other ) = default;
scoped_allocator_adaptor& operator=( scoped_allocator_adaptor&& other ) = default;
# Parameters
other: another std::scoped_allocator_adaptor