Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
でテストしている要素のイテレータを取得したいbinary-search。boolただし、値が見つかったかどうかを示すのみを返します。イテレータを取得するには?
binary-search
bool
lower_bound、upper_bound、またはequal_rangeのいずれかが必要です。