Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getText
Method
getText
Examples/NoModules/Chapter 13/Ex13_12B/Message.h:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
void swap(Message& other) noexcept;
20
21
const char* getText() const { return m_text; }
22
23
private:
24
char* m_text;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected