Definition
label_decl : private : decl_list | public : decl_list
Purpose
A label_decl specifies the visibility level of a number of different declarations. Declarations within a public label are accessible outside of the current context, where private declarations are not. (Note: some control statements operate independently of the label under which they fall.)