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

Name

Common headers — The common types used by front- and back-ends

msm/common.hpp

This header provides one type, wrap, which is an empty type whose only reason to exist is to be cheap to construct, so that it can be used with mpl::for_each, as shown in the Metaprogramming book, chapter 9.

 template <class Dummy> wrap{}; {
}

msm/row_tags.hpp

This header contains the row type tags which front-ends can support partially or totally. Please see the Internals section for a description of the different types.