• Both forms return whether the sorted range [beg,end) contains all elements in the sorted range
[searchBeg,searchEnd). That is, for each element in [searchBeg,searchEnd), there must be an
equal element in [beg,end). If elements in [searchBeg,searchEnd) are equal, [beg,end) must contain
the same number of elements. Thus, [searchBeg,searchEnd) must be a subset of [beg,end).
•รูปแบบกลับว่า ช่วงเรียงลำดับ [beg,end) ประกอบด้วยองค์ประกอบทั้งหมดในช่วงเรียงลำดับ
[searchBeg, searchEnd) นั่นคือ สำหรับแต่ละองค์ประกอบใน [searchBeg, searchEnd), ต้องการ
องค์เท่าใน [วอน จบ) ถ้าองค์ประกอบใน [searchBeg,searchEnd) เท่า [beg,end) ต้องประกอบด้วย
จำนวนองค์ประกอบเดียวกัน ดังนั้น [searchBeg,searchEnd) ต้องเป็นชุดย่อยของ [beg,end).
การแปล กรุณารอสักครู่..