package
0.0.0-20240501195627-4a2ce2be4038
Repository: https://github.com/poojaindulkar/transpiler-gotocpp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
HashElements transforms the contents of a map in Go to the contents of an unordered_map in C++ keyType is the type of the key, in C++, for instance "std::string" if keyForBoth is true, a hash(key)->key map is created, if not, a hash(key)->value map is created.
stripSingleLineComment will strip away trailing single-line comments.
No description provided by the author
No description provided by the author