1 2 3 4 5 6
template <typename T> class start { void method(T const&); }; template class start<int const>; // instantiation