C++ keywords:
static
<
cpp
|
keyword
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