Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Function template as_expr

boost::yap::as_expr

Synopsis

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


template<typename T> decltype(auto) constexpr as_expr(T && t);

Description

Returns as_expr<boost::yap::expression>(t).


PrevUpHomeNext