This is the complete list of members for di::vocab::Unexpected< E >, including all inherited members.
error() &-> E & | di::vocab::Unexpected< E > | inline |
error() const &-> E const & | di::vocab::Unexpected< E > | inline |
error() &&-> E && | di::vocab::Unexpected< E > | inline |
error() const &&-> E const && | di::vocab::Unexpected< E > | inline |
tag_invoke(types::Tag< util::swap >, Unexpected &a, Unexpected &b) | di::vocab::Unexpected< E > | friend |
Unexpected(Unexpected const &)=default | di::vocab::Unexpected< E > | |
Unexpected(Unexpected &&)=default | di::vocab::Unexpected< E > | |
Unexpected(T &&error) | di::vocab::Unexpected< E > | inlineexplicit |
Unexpected(types::InPlace, Args &&... args) | di::vocab::Unexpected< E > | inlineexplicit |
Unexpected(types::InPlace, std::initializer_list< T > list, Args &&... args) | di::vocab::Unexpected< E > | inlineexplicit |