Example #1
0
 bool operator()(store::Item_t const& a, store::Item_t const& b) const
 {
     return a->getString() < b->getString();
 }