目录引言单例模式概述实现可复用数据存储的单例类使用示例注意事项总结引言
I\'m trying to use member variables of a templated base class in a derived class, as in this example: