AcceptedTypes> // e.g. MyClass<T1, T2> class MyClass { std::vector<T1> m_argumentsOfType1; ... typedef reference_wrapper<int> rint; MyClass<float, rint> mc; ...
確定! 回上一頁