C++ Tuple Library - ignore



Description

It ignores assignment and this object ignores any value assigned to it.

Declaration

Following is the declaration for std::ignore.

C++98

	
const ignore;

C++11

const ignore;

C++14

const ignore;

Parameters

none

Return Value

none

Exceptions

none

Data races

None introduced by this call.

tuple.htm
Advertisements