Boost C++ 库

...世界上最受尊敬和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

函数模板 operator/

boost::yap::operator/

概要

// In header: <boost/yap/expression.hpp>


template<typename LExpr, typename RExpr> 
  auto operator/(LExpr && lhs, RExpr && rhs);

描述

另请参阅:BOOST_YAP_USER_BINARY_OPERATOR 以获取完整的语义。


PrevUpHomeNext