File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 496
496
functions to be resolved against the same argument list.
497
497
So that argument and parameter lists are comparable within this
498
498
heterogeneous set, a member function is considered to have an
499
- extra parameter, called the
499
+ extra first parameter, called the
500
500
\defn {implicit object parameter},
501
501
which represents the object for which the member function has been
502
502
called.
508
508
Similarly, when appropriate, the context can construct an
509
509
argument list that contains an
510
510
\defn {implied object argument}
511
- to denote
511
+ as the first argument in the list to denote
512
512
the 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.
518
513
519
514
\pnum
520
515
For non-static member functions, the type of the implicit object
You can’t perform that action at this time.
0 commit comments