MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / print_this

Function print_this

Exercises/NoModules/Appendix A/SolnA_06/PrintThis.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "Print.h"
3
4void print_this(std::string_view string)
5{
6 print(string);
7}

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.70

Tested by

no test coverage detected