読み取り中…
検索中…
一致する文字列を見つけられません
[詳解] 1#include"../../kyopro_library/template.hpp"
25 return*
this->rbegin();
33 this->erase(
this->begin());
42 this->erase(prev(
this->end()));
48 return this->find(x)!=
this->end();
54 auto itr=
this->find(x);
55 if(itr==
this->end())
return false;
63 auto itr=
this->upper_bound(x);
70 auto itr=
this->lower_bound(x);
77 auto itr=
this->upper_bound(x);
84 auto itr=
this->lower_bound(x);
bool contains(T x)
x が含まれているか否かを返す
MultiSet(T not_found=-1)
コンストラクタ