名前空間
変種
操作

std::experimental::pmr::polymorphic_allocator<T>::operator=

From cppreference.com
 
 
 
 
 
polymorphic_allocator& operator=( const polymorphic_allocator& rhs ) = default;
(Library Fundamentals TS)

このpolymorphic_allocatorをコピー代入します。*thisのメモリリソースポインタをrhsのものに設定します。

[編集] パラメータ

rhs - コピー元の別のpolymorphic_allocator

[編集] 戻り値

*this

English 日本語 中文(简体) 中文(繁體)