1. Introduction TL;DR: Local functions are not allowed in C++, but static public member functions of local classes are. We occasionally need to define little auxiliary functions that are only used in a specific code segment, perhaps only once. A text...
Writing about C++ and its intricacies.