Boost C++ 库

...世界上备受推崇且设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

函数模板 operator! - Boost C++ 函数库
PrevUpHomeNext

函数模板 operator!

boost::yap::operator!

提要

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


template<typename Expr> auto operator!(Expr &&);

描述

参见:BOOST_YAP_USER_UNARY_OPERATOR 获取完整语义。


PrevUpHomeNext