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 |
Returns the value unchanged, or bitwise‐negated when Descending. |
Created with MrDocs