Struct SortDesc

template<typename T>
struct SortDesc

Public Functions

SortDesc(const bool nulls_last)
T mapValue(const T &val)
bool operator()(const T &a, const T &b)

Public Members

const T null_value_
const T null_value_mapped_

Public Static Functions

static T map_null_value(const bool nulls_last)