MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / PrintTo

Function PrintTo

tests/gtest/gtest-all.cc:11348–11350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11346}
11347
11348void PrintTo(unsigned char c, ::std::ostream* os) {
11349 PrintCharAndCodeTo<unsigned char>(c, os);
11350}
11351void PrintTo(signed char c, ::std::ostream* os) {
11352 PrintCharAndCodeTo<unsigned char>(c, os);
11353}

Callers

nothing calls this directly

Calls 1

PrintCharsAsStringToFunction · 0.85

Tested by

no test coverage detected