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