[#util-Expected-05] = xref:util.adoc[util]::xref:util/Expected-0b.adoc[Expected]<void, E> :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<util/expected.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class E> class xref:util/Expected-0b.adoc[Expected]<void, E>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:util/Expected-05/2constructor-06.adoc[`Expected`] [.small]#[constructor]# | Constructors | xref:util/Expected-05/error-0a.adoc[`error`] | | xref:util/Expected-05/has_value.adoc[`has_value`] | | xref:util/Expected-05/operator_star.adoc[`operator*`] | | xref:util/Expected-05/value.adoc[`value`] | | xref:util/Expected-05/2conversion.adoc[`operator bool`] | Conversion to `bool` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#