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

Struct template expr_tag

boost::yap::expr_tag

Synopsis

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

template<expr_kind Kind> 
struct expr_tag {

  // public data members
  static const expr_kind kind;
};

Description

Used as the tag-type passed to a transform function written in the tag-transform form.


PrevUpHomeNext