MCPcopy Create free account
hub / github.com/LabSound/LabSound / getMessage

Function getMessage

src/backends/RtAudio/RtAudio.h:257–260  ·  view source on GitHub ↗

Returns the thrown error message string.

Source from the content-addressed store, hash-verified

255
256 //! Returns the thrown error message string.
257 virtual const std::string getMessage(void) const
258 {
259 return std::string(what());
260 }
261
262protected:
263 Type type_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected