Searched refs:lastIndexNotOfSpace (Results 1 – 1 of 1) sorted by relevance
623 auto lastIndexNotOfSpace = str.find_last_not_of(" "); variable624 if (lastIndexNotOfSpace == std::string::npos) {628 str.erase(lastIndexNotOfSpace + 1);