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 terminal

terminal

Synopsis

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


typedef expr_template< expr_kind::terminal, hana::tuple< T > > terminal;

Description

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


PrevUpHomeNext