Octane API Client
Loading...
Searching...
No Matches
octane::_ Struct Reference

Structure representing that it returns nothing. More...

#include <result.h>

Detailed Description

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>.


The documentation for this struct was generated from the following file: