WPILibC++ 2024.3.2
|
This is the complete list of members for wpi::unexpected< E >, including all inherited members.
unexpected()=delete | wpi::unexpected< E > | |
unexpected(const E &e) | wpi::unexpected< E > | inlineexplicit |
unexpected(E &&e) | wpi::unexpected< E > | inlineexplicit |
unexpected(Args &&...args) | wpi::unexpected< E > | inlineexplicit |
unexpected(std::initializer_list< U > l, Args &&...args) | wpi::unexpected< E > | inlineexplicit |
value() const & | wpi::unexpected< E > | inline |
value() & | wpi::unexpected< E > | inline |
value() && | wpi::unexpected< E > | inline |
value() const && | wpi::unexpected< E > | inline |