VitabytesDev@feddit.nl to Programmer Humor@lemmy.mlEnglish · 7 months agoI can see the reference!feddit.nlimagemessage-square6fedilinkarrow-up116arrow-down10file-text
arrow-up116arrow-down1imageI can see the reference!feddit.nlVitabytesDev@feddit.nl to Programmer Humor@lemmy.mlEnglish · 7 months agomessage-square6fedilinkfile-text
minus-squareTheEntity@lemmy.worldlinkfedilinkarrow-up2·7 months agoAn int& reference is just as much of a variable as int* const would be (a const pointer to a non-const int). “Variable” might be a misnomer here, but it takes just as much memory as any other pointer.
An
int&
reference is just as much of a variable asint* const
would be (a const pointer to a non-const int). “Variable” might be a misnomer here, but it takes just as much memory as any other pointer.