The postfix declarator... «Язык программирования С++. Специальное издание»

  • Аватар пользователя
    shock_one
    22 марта 2012

    The 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