template <typename T>
class AutoOr
Defined at line 63 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h
A thin wrapper around std::optional
<T
> for which "auto" parses as the
wrapped std::nullopt value, indicating some context-defined default value.
Public Methods
bool operator<=> (const AutoOr<T> & )
Defined at line 68 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h