HomeManualTopicsTypesSymbols

std::tuple_or_error

constructs a tuple from the specified arguments

Parameters

None

Results

None

Description

If any of the arguments is an error object then this error object (the leftmost one in case there is more than one) is returned instead of the tuple.