周星驰 · 2009-07-17 05:57:31 · 阅读: 959 template <class TKey> KeyLoader: template <> struct KeyLoader< int > { ReturnType operator()(int key, blala.... }; template <> struct KeyLoader<string> { ReturnType operator()(string key, blabla.... };