読み取り中…
検索中…
一致する文字列を見つけられません
[詳解] 1#include"../../kyopro_library/template.hpp"
23 return*
this->rbegin();
44 return this->find(x)!=
this->end();
50 auto itr=
this->find(x);
51 if(itr==
this->end())
return false;
58 auto itr=
this->upper_bound(x);
65 auto itr=
this->lower_bound(x);
72 auto itr=
this->upper_bound(x);
79 auto itr=
this->lower_bound(x);
Set(T not_found=-1)
コンストラクタ
bool contains(T x)
x が含まれているか否かを返す