MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / UniversalPrintArray

Function UniversalPrintArray

rtpose_wrapper/src/gtest/gtest-all.cpp:8823–8825  ·  view source on GitHub ↗

Prints a (const) char array of 'len' elements, starting at address 'begin'.

Source from the content-addressed store, hash-verified

8821
8822// Prints a (const) char array of 'len' elements, starting at address 'begin'.
8823void UniversalPrintArray(const char* begin, size_t len, ostream* os) {
8824 PrintCharsAsStringTo(begin, len, os);
8825}
8826
8827// Prints the given array of wide characters to the ostream.
8828// The array starts at *begin, the length is len, it may include L'\0'

Callers

nothing calls this directly

Calls 1

PrintCharsAsStringToFunction · 0.85

Tested by

no test coverage detected