...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::yap::operator++
// In header: <boost/yap/expression.hpp> template<typename Expr> auto operator++(Expr &&);
参见:BOOST_YAP_USER_UNARY_OPERATOR 获取完整语义。