MCPcopy Create free account
hub / github.com/ThePhD/sol2 / make_string

Function make_string

examples/source/overloading.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10inline std::string make_string(std::string input) {
11 return "string: " + input;
12}
13
14int main() {
15 std::cout << "=== overloading ===" << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected