IdentityKey ‐ Returns the value unchanged (for unsigned integers).

Synopsis

Declared in <folly/algorithm/StableRadixSort.h>

template<bool Descending = false>
struct IdentityKey;

Member Functions

Name

Description

operator()

Returns the value unchanged, or bitwise‐negated when Descending.

Created with MrDocs