The postfix declarator... «Язык программирования С++. Специальное издание»
shock_one22 марта 2012The postfix declarator operators bind tighter than the prefix ones. Consequently, *kings[] is a vector of pointers to something, and we have to use parentheses to express types such as ‘‘pointer to function;’’ see examples in §5.1.
338