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 & | |
![]() | |
constexpr | Result () noexcept |
constexpr | Result (std::string const &&t) noexcept |
constexpr | Result (S &&s) 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 |