Function object that returns its argument unchanged.

Synopsis

Declared in <llvm/ADT/STLForwardCompat.h>

struct identity;

Type Aliases

Name

Description

is_transparent

Marker type indicating transparent function‐object behavior.

Member Functions

Name

Description

operator()

Forward self unchanged.

Created with MrDocs