Tests whether the result holds a value.
Synopsis
Declared in <util/result.h>
explicit
operator bool() const noexcept;
Return Value
true if the result holds a value, false if it holds an error
Created with MrDocs
Tests whether the result holds a value.
Declared in <util/result.h>
explicit
operator bool() const noexcept;
true if the result holds a value, false if it holds an error
Created with MrDocs