libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::Result< T > Member List

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

and_then(F &&f) &&sshpp::Result< T >inline
code() const noexceptsshpp::Result< T >inline
error() const &noexceptsshpp::Result< T >inline
error_type typedefsshpp::Result< T >
has_value() const noexceptsshpp::Result< T >inline
operator bool() const noexceptsshpp::Result< T >inlineexplicit
operator*() &noexceptsshpp::Result< T >inline
operator*() const &noexceptsshpp::Result< T >inline
operator->() noexceptsshpp::Result< T >inline
operator->() const noexceptsshpp::Result< T >inline
operator=(const Result &)=defaultsshpp::Result< T >
operator=(Result &&) noexcept=defaultsshpp::Result< T >
or_else(F &&f) &&sshpp::Result< T >inline
Result(T value)sshpp::Result< T >inline
Result(ErrorInfo error)sshpp::Result< T >inline
Result(const Result &)=defaultsshpp::Result< T >
Result(Result &&) noexcept=defaultsshpp::Result< T >
throw_if_error() constsshpp::Result< T >inline
transform(F &&f) &&sshpp::Result< T >inline
value() &sshpp::Result< T >inline
value() const &sshpp::Result< T >inline
value() &&sshpp::Result< T >inline
value_or(U &&fallback) const &sshpp::Result< T >inline
value_type typedefsshpp::Result< T >
~Result()=defaultsshpp::Result< T >