|
|
От: | strannik747 | |
| Дата: | 27.03.10 05:53 | ||
| Оценка: | |||
AF>struct SortByPhone {
AF> bool operator() ( Entry const& left, Entry const& right ) const {
AF> return left.number < right.number;
AF> }
AF>};
AF>bool operator() ( const Entry& left, const Entry& right ) const {