Searched refs:firstIndexNotOfSpace (Results 1 – 1 of 1) sorted by relevance
617 auto firstIndexNotOfSpace = str.find_first_not_of(" "); variable618 if (firstIndexNotOfSpace == std::string::npos) {622 str.erase(0, firstIndexNotOfSpace);