Definition at line 31 of file TableDataSource.h.
Referenced by Impala::Application::VideoExcel::TableDataSource::SortAndFilter().
00032 { 00033 if (a.first < b.first) 00034 return true; 00035 return false; 00036 };