#include <zeitverlauf.h>
Klassendiagramm für MinSec::less:
Öffentliche Methoden | |
bool | operator() (const MinSec &x, const MinSec &y) const |
|
Definiert in Zeile 64 der Datei zeitverlauf.cpp.
00064 {
00065 return x < y; };
|