concurrent_vector::get_allocator メソッド
同時実行ベクターの構築に使用されるアロケーターのコピーを返します。 このメソッドは、同時実行セーフです。
allocator_type get_allocator() const;
戻り値
concurrent_vector オブジェクトの構築に使用されるアロケーターのコピー。
必要条件
ヘッダー: concurrent_vector.h
名前空間: Concurrency
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
同時実行ベクターの構築に使用されるアロケーターのコピーを返します。 このメソッドは、同時実行セーフです。
allocator_type get_allocator() const;
concurrent_vector オブジェクトの構築に使用されるアロケーターのコピー。
ヘッダー: concurrent_vector.h
名前空間: Concurrency