I have a class:
我上课了:
template <class type>
class sysbase : public base
{
public:
static type* Spawn(int Config = 0) { … }
…
};
template <class type>I have a class:
我上课了:
template <class type>
class sysbase : public base
{
public:
static type* Spawn(int Config = 0) { … }
…
};
template <class type>