MySQL 9.1.0
Source Code Documentation
|
Functions | |
template<class Exp , class Func , typename value_type = typename std::decay_t<Exp>::value_type> requires (std::is_void_v<value_type> ? std::is_invocable_v<Func> : std::is_invocable_v<Func, value_type>) | |
constexpr auto | and_then_impl (Exp &&exp, Func &&func) |
template<class Exp , class Func , typename error_type = typename std::decay_t<Exp>::error_type> requires std::is_invocable_v<Func, error_type> | |
constexpr auto | or_else_impl (Exp &&exp, Func &&func) |
|
constexpr |
|
constexpr |