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

operator()

Applies the inner projection then the radix‐sortable key transformation.

Data Members

Name

Description

inner

The wrapped projection applied before the radix transformation.

Created with MrDocs