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

Method c_str

include/CobaltFusion/stringbuilder.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 const CharType* c_str() const
47 {
48 return m_ss.str().c_str();
49 }
50
51 operator string_type() const
52 {

Callers 1

basic_stringbuilderClass · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected