Disambiguation tag for constructing an Expected in the error state.
Synopsis
Declared in <folly/Expected.h>
expected_detail::UnexpectedTag
unexpected(expected_detail::UnexpectedTag tag = {});
Return Value
An UnexpectedTag value.
Parameters
Name |
Description |
tag |
The UnexpectedTag argument (defaulted). |
Created with MrDocs