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

|
inlineexplicit |

|
inline |
