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
There are as many static member variables as there are classes and this applies equally to templates. Each separate instantiation of a template class creates only one static member variable. The number of objects of those templated classes is irrelevant.