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

Method c_str

include/CobaltFusion/Str.h:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 const wchar_t* c_str() const
81 {
82 return m_str.c_str();
83 }
84
85 operator std::wstring() const
86 {

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected