Syntax of a Nested Class Specifier

The syntax of a nested class specifier is:

>>--class_name----------------------><
                \-::nested_class-/

where class_name specifies the name of the enclosing class and nested-class specifies the name of the nested class.