オブザーバー

get_allocator

allocator_type get_allocator() const;

戻り値: *this に関連付けられているアロケーターのコピーを返します。

hash_function

hasher hash_function() const;

戻り値: *this に関連付けられているハッシュ関数のコピーを返します。

key_eq

key_equal key_eq() const;

戻り値: *this に関連付けられているキーと等価なコピーを返します。