delegating constructor
Return to
constructor
“
delegating constructor
- one that, rather than fully
initializing
data member
s and
base-class
object
s itself,
invoke
s another
constructor
after which it might
perform
additional
work
in its own
body
(see
Section
1.1.“
Delegating Ctors
” on
page
46).
Delegating Ctors
(46)” (
EMCppSfe
2021
)