In C++, how can I make a default parameter be the this pointer of the caller?

1 · Raymond Chen · Dec. 7, 2023, 7:31 p.m.
Summary
Again, you can't, but you can fake it. The post In C++, how can I make a default parameter be the <CODE>this</CODE> pointer of the caller? appeared first on The Old New Thing....