C++: How to Access Private Members VALIDLY

A surprisingly valid C++ technique to access private class members using explicit template instantiation, with analysis of what the standard actually permits.

August 10, 2022 · 3 min · Nimrod