コード例 #1
0
	void TrimLeftChar(XString& str,char c)
	{
		str.erase(0,str.find_first_not_of(c));
	}