Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator--

boost::yap::operator--

Synopsis

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


template<typename Expr> auto operator--(Expr &&, int);

Description

See Also: BOOST_YAP_USER_UNARY_OPERATOR for full semantics.


PrevUpHomeNext