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

Function print_that

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

Source from the content-addressed store, hash-verified

2#include "Print.h"
3
4void print_that(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