|
Octane API Client
|
Utility class that can be used when we only want to specify quasi-normal state types. More...
#include <result.h>
Public Member Functions | |
| error_t (const T &error) | |
| error_t (T &&error) | |
| template<typename T_OK , typename T_Error > | |
| operator Result< T_OK, T_Error > () | |
Utility class that can be used when we only want to specify quasi-normal state types.
octane::errorで内部的に用いられる型。 任意のResultにキャストすることができる。 Types used internally in octane::error. Can be cast to any Result.
| T | Type of quasi-normal state. |
|
inlineexplicit |

|
inlineexplicit |

|
inline |
