If I have a class called Test ::
class Test { static std::vector staticVector; };
when does staticVector ge
Exactly like regular static (global) variables.