|
BioCMAMC-ST
|
#include <cli_parser.hpp>
Public Member Functions | |
| CliResults (std::string_view t) noexcept | |
| CliResults (S &&value) noexcept | |
| constexpr | CliResults () noexcept=default |
| operator CliResults< S > () && | |
| operator CliResults< S > () const & | |
| Public Member Functions inherited from Result< S, std::string > | |
| constexpr | Result () noexcept |
| constexpr | operator bool () const noexcept |
| constexpr bool | valid () const noexcept |
| constexpr bool | invalid () const noexcept |
| constexpr auto | get () const noexcept -> std::string |
| auto | gets () const -> S |
| auto | match (Func &&f, Err &&r) noexcept |
|
inlineexplicitnoexcept |
|
inlineexplicitnoexcept |
|
explicitconstexprdefaultnoexcept |
|
inlineexplicit |
|
inlineexplicit |