...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::histogram::coverage — 索引范围生成器的覆盖模式。
// In header: <boost/histogram/indexed.hpp> enum coverage { inner, all };
定义迭代策略的选项。
inner
迭代内部区间,排除下溢和上溢
all
迭代所有区间,包括下溢和上溢