ΒΆtemplate <class T>
inline constexpr bool try_is_success(
    const T& t) noexcept

Description

Determines if a type `T` that satisfies [`Try`]($sus::ops::Try) represents success in its current state.

Declared at: sus/ops/try.h:134

Templates

T

Parameters

const T& t