示例#1
0
	int append(const FastString<SrcMaxSize>& value)
	{
		return append(value.c_str(), value.size());
	}