|
Octane API Client
|
Structure representing that it returns nothing. More...
#include <result.h>
Structure representing that it returns nothing.
例えば、正常系は何も値を返さないが準正常系はエラーメッセージを返したいという場合に Result<_, std::string>とすることでそれを表現する。 For example, if you want a normal state to return no value but a quasi-normal state to return an error message, use Result<_, std::string>.