Comment on The back cover of C++: The Language raises questions not answered by front coverComments−gruntled-worker3moauto get_xyz_position() -> std::unordered_map<std::string, double *> { ... }−hmry3moYou'll need to elaborate−klez3moIt's probably the C++ version of the tired EnterpriseBuilderPatternWhateverFactory jokes about java verbosity.
Comments
auto get_xyz_position() -> std::unordered_map<std::string, double *> { ... }
You'll need to elaborate
It's probably the C++ version of the tired EnterpriseBuilderPatternWhateverFactory jokes about java verbosity.