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_12A/Message.h:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
Message& operator=(const Message& message); // Copy assignment operator
18
19
const char* getText() const { return m_text; }
20
21
private:
22
char* m_text;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected