Lines Matching full:erase
498 cdata.erase(0, cdata.find_first_not_of(whitespace) );499 cdata.erase(cdata.find_last_not_of(whitespace) + 1);