File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 496496functions to be resolved against the same argument list.
497497So that argument and parameter lists are comparable within this
498498heterogeneous set, a member function is considered to have an
499- extra parameter, called the
499+ extra first parameter, called the
500500\defn {implicit object parameter},
501501which represents the object for which the member function has been
502502called.
508508Similarly, when appropriate, the context can construct an
509509argument list that contains an
510510\defn {implied object argument}
511- to denote
511+ as the first argument in the list to denote
512512the object to be operated on.
513- Since arguments and parameters are
514- associated by position within their respective lists, the
515- convention is that the implicit object parameter, if present, is
516- always the first parameter and the implied object argument, if
517- present, is always the first argument.
518513
519514\pnum
520515For non-static member functions, the type of the implicit object
You can’t perform that action at this time.
0 commit comments