Ejemplo n.º 1
0
template<> void InvokeParameter::construct_by_varadic_template(const WeakString &str)
{
	this->type = "string";
	this->str = str.str();
}