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 a snapshot of the master branch, built from commit 0890aba6a1.
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