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

Type definition expression_ref

expression_ref

Synopsis

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


typedef expr_template< expr_kind::expr_ref, hana::tuple< std::remove_reference_t< T > * > > expression_ref;

Description

A convenience alias for a reference expression holding an expression T, instantiated from expression template expr_template.


PrevUpHomeNext