Namespaces
Variants

std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>:: operator=

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
ヘッダーで定義 <scoped_allocator>
scoped_allocator_adaptor & operator = ( const scoped_allocator_adaptor & other ) = default ;
(1)
scoped_allocator_adaptor & operator = ( scoped_allocator_adaptor && other ) = default ;
(2)
1) 基底クラス( OuterAlloc 、外部アロケータ)および全ての内部アロケータをコピー代入する、明示的にデフォルト化されたコピー代入演算子。
2) 明示的にデフォルト化されたムーブ代入演算子。これは基底クラス( OuterAlloc 、外部アロケータ)およびすべての内部アロケータをムーブ代入します。

パラメータ

その他 - 別の std::scoped_allocator_adaptor