Usually static members/objects of one class are the same for each instance of the class having the static member/object. Anyways what about if the static object is part of a
In C++ templates are actually copies of classes. I think in your example there would be one static instance per template instance.