诸如“Expr1001”、“Expr1002”等的字段名是对Access中的数据表产生的统计字段名。
namespace { template <class Iter_, class OutIter_, typename Pred_> constexpr void __ct_sort(Iter_ first_, Iter_ last_, OutIter_ out_, Pred_ pred_) { const auto distance = std::distance(first_, last_); if (distance < 2...