wisdom
|
Public Member Functions | |
constexpr | ResultValue (wis::Result status) noexcept |
template<typename Callable , typename Callee , typename... Args> requires std::is_member_function_pointer_v<Callable> | |
constexpr | ResultValue (Callable &&f, Callee *self, Args &&... args) noexcept |
template<typename Callable , typename... Args> | |
constexpr | ResultValue (Callable &&f, Args &&... args) noexcept |
Static Public Member Functions | |
template<typename Callable , typename Callee , typename... Args> | |
static constexpr ResultValue< RetTy > | from_member_func (Callable &&f, Callee *self, Args &&... args) noexcept |
Public Attributes | |
Result | status |
RetTy | value |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
Result wis::ResultValue< RetTy >::status |
RetTy wis::ResultValue< RetTy >::value |