static members

Inside a class definition, the keyword static declares members that are not bound to class instances.

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
CWG 194C++98(static) member function names can be the same as the class namenaming restriction added (includingnon-static member functions)

# See also