Loading [MathJax]/extensions/tex2jax.js
BioCMAMC-ST
Result< S, T > Member List

This is the complete list of members for Result< S, T >, including all inherited members.

get() const noexcept -> TResult< S, T >inline
gets() const -> SResult< S, T >inline
invalid() const noexceptResult< S, T >inline
match(Func &&f, Err &&r) noexceptResult< S, T >inline
operator bool() const noexceptResult< S, T >inlineexplicit
Result() noexceptResult< S, T >inlineexplicit
Result(T const &&t) noexceptResult< S, T >inlineexplicit
Result(S &&s) noexceptResult< S, T >inlineexplicit
valid() const noexceptResult< S, T >inline