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.
A surprisingly valid C++ technique to access private class members using explicit template instantiation, with analysis of what the standard actually permits.