Definition at line 39 of file TableDataSource.h.
Referenced by Impala::Application::VideoExcel::TableDataSource::SortAndFilter().
00040 { 00041 if (a.first < b.first) 00042 return true; 00043 return false; 00044 };