示例#1
0
void TestPrint(Container_t<T>& _obj)
{
	_obj.Print();	
}