Projection wrapper that applies type‐appropriate transformation.
Synopsis
Declared in <folly/algorithm/StableRadixSort.h>
template<
bool Descending,
typename Projection>
struct TransformingProjection;
Member Functions
Name |
Description |
Applies the inner projection then the radix‐sortable key transformation. |