[#absl-StatusBuilder-ok] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::ok :relfileprefix: ../../ :mrdocs: Returns true if the Status created by this builder will be ok(). == Synopsis Declared in `<absl/status/status_builder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool ok() const; ---- == Return Value `true` if the result status will be OK. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#