BioCMAMC-ST
|
This is the complete list of members for ApiResult, including all inherited members.
ApiResult(std::string_view t) noexcept | ApiResult | inlineexplicit |
ApiResult() noexcept=default | ApiResult | explicit |
get() const noexcept -> std::string | Result< Success, std::string > | inline |
gets() const -> Success | Result< Success, std::string > | inline |
invalid() const noexcept | Result< Success, std::string > | inline |
match(Func &&f, Err &&r) noexcept | Result< Success, std::string > | inline |
operator bool() const noexcept | Result< Success, std::string > | inlineexplicit |
Result() noexcept | Result< Success, std::string > | inlineexplicit |
Result(std::string const &&t) noexcept | Result< Success, std::string > | inlineexplicit |
Result(Success &&s) noexcept | Result< Success, std::string > | inlineexplicit |
to_c_ret_code() | ApiResult | inline |
valid() const noexcept | Result< Success, std::string > | inline |