Searched defs:StudentInOrder (Results 1 – 1 of 1) sorted by relevance
738 struct StudentInOrder { struct739 int id_;740 std::string name_;741 int level_;742 int score_;744 VirtualRowData operator() () const in operator ()()