MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / str

Method str

include/CobaltFusion/stringbuilder.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 string_type str() const
42 {
43 return m_ss.str();
44 }
45
46 const CharType* c_str() const
47 {

Callers 2

basic_stringbuilderClass · 0.45
c_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected