aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gmpc-lyricwiki/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gmpc-lyricwiki/Makefile')
0 files changed, 0 insertions, 0 deletions
an style="color:#003cff">/// @} /// @returns the error message (can be empty). std::string const& message() const { return m_message; } private: explicit Result(ResultType _value, std::string _message): m_value(std::move(_value)), m_message(std::move(_message)) {} ResultType m_value; std::string m_message; }; }