...世界上最受尊敬、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受尊敬、设计最精良的 C++ 库项目之一。
编写处理程序必须满足处理程序的要求。一个编写处理程序类的对象 h 应该在表达式 h(ec, s) 中正确工作,其中 ec 是类型为 const error_code 的左值,而 s 是类型为 const size_t 的左值。
h
h(ec, s)
ec
const error_code
s
const size_t