MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / what

Method what

Examples/NoModules/Chapter 16/Ex16_02/Troubles.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 : m_message {message}
12 {}
13 std::string_view what() const { return m_message; }
14private:
15 std::string m_message;
16};

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected