Searched refs:lastBound (Results 1 – 1 of 1) sorted by relevance
73 std::string::size_type lastBound = strTmp.find_last_not_of(cTrim); in TrimStr() local74 if (lastBound != std::string::npos && lastBound != strTmp.size() - 1) { in TrimStr()75 strTmp.erase(lastBound + sizeof(char)); in TrimStr()