HomeManualTopicsTypesSymbols

std::ignore

accepts a single argument and returns nothing

Parameter

_arg
the argument to ignore

Results

None

Description

This procedure is used to ignore a result value.

Topic

Primitives

See also

std::pass does nothing