C++ keyword: static

Usage

  • declarations of namespace members with static storage duration and internal linkage
  • definitions of block scope variables with static storage duration and initialized once
  • declarations of class members not bound to specific instances

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/keyword/static