If I have a C++ function that takes a string parameter:
void somefun(const std::string &s) { std::cout << ": " << s << std::endl