Back to Arangodb

Common headers

3rdParty/boost/1.78.0/libs/msm/doc/HTML/re01.html

3.12.9.1823 B
Original Source
Common headers
Prev

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.


| Prev | Up | Next | | Chapter 11. Functional programming | Home | Back-end |