Restrictions on overloaded functions (C++ only)

You cannot overload the following function declarations if they appear in the same scope. Note that this list applies only to explicitly declared functions and those that have been introduced through using declarations:

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]