lst-0622-book.cpp
struct NachJahr { // implementiert less-than nach Zwerg::jahr_
bool operator()(const Zwerg& a, const Zwerg& b) const {
return a.jahr_ < b.jahr_;
}
};
struct NachJahr { // implementiert less-than nach Zwerg::jahr_
bool operator()(const Zwerg& a, const Zwerg& b) const {
return a.jahr_ < b.jahr_;
}
};