sort and low_bound callbacks parameters

  • Thread starter Thread starter Borneqa
  • Start date Start date
B

Borneqa

Guest
I want sort list of strings, and next using low_bound to get range beginning at first letter, next I want search this range for letter at position=1, next 2,3 ...

My callback must have parameter (int pos).

Is posssible callback parameter or callback will be method or this number must be global variable (ugly!)

Continue reading...
 
Back
Top