|
|
|
|
|
by AnimalMuppet
809 days ago
|
|
By "local class return", do you mean a function that returns what Java calls an "inner class"? That's perfectly describable (in C++ as well) if the inner class is public rather than private. It's unnameable, not because of the type, but because of the access (private). |
|