MCPcopy Create free account
hub / github.com/SIPp/sipp / StringBuilder

Method StringBuilder

include/string_builder.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 template<size_t N>
34 StringBuilder(char (&buf)[N]) : StringBuilder(buf, N) {}
35
36 StringBuilder& operator<<(const char* str);
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected