hash_multiset::const_pointer
[!メモ]
この API は、互換性のために残されています。代わりに unordered_multiset クラスです。
hash_multisetの [const] の要素へのポインターを提供する型。
typedef list<typename _Traits::value_type, typename _Traits::allocator_type>::const_pointer const_pointer;
解説
型 const_pointer が要素の値を変更することはできません。
ほとんどの場合、const_iterator が [const] のhash_multisetのオブジェクトの要素にアクセスする必要があります。
Visual C++ .NET 2003では、<hash_map> と <hash_set> ヘッダー ファイルのメンバーはstdの名前空間に存在しなくなりましたが、ではなくstdextの名前空間に型。詳細については、「The stdext Namespace」を参照してください。
必要条件
ヘッダー: <hash_set>
名前空間: のstdext