名前空間
変種
操作

std::multiset<Key,Compare,Allocator>::key_comp

提供: cppreference.com
< cpp‎ | container‎ | multiset
 
 
 
 
key_compare key_comp()const;

キーを比較する関数オブジェクト (このコンテナのコンストラクタの引数 comp のコピー) を返します。 これは value_comp と同じです。

目次

[編集]引数

(なし)

[編集]戻り値

キーを比較する関数オブジェクト。

[編集]計算量

一定。

[編集]関連項目

value_type 型のオブジェクト内のキーを比較する関数を返します
(パブリックメンバ関数)[edit]
close