In C++, how can I make a member function default parameter depend on this?

22 · Raymond Chen · Dec. 6, 2023, 5:31 p.m.
Summary
You can't, but you can fake it. The post In C++, how can I make a member function default parameter depend on <CODE>this</CODE>? appeared first on The Old New Thing....