HomeManualTopicsTypesSymbols

std::append_or_error

appends two collections

Parameters

None

Results

None

Description

If the left collection is an error object then this error object is returned else if the right collection is an error object then this error object is returned otherwise the default std::append method is applied.