Код: Выделить всё
struct MyData {
string surname;
string forename;
bool operator
Подробнее здесь: [url]https://stackoverflow.com/questions/2500664/whats-the-simplest-way-of-defining-lexicographic-comparison-for-elements-of-a-c[/url]
Код: Выделить всё
struct MyData {
string surname;
string forename;
bool operator
Подробнее здесь: [url]https://stackoverflow.com/questions/2500664/whats-the-simplest-way-of-defining-lexicographic-comparison-for-elements-of-a-c[/url]