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

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