Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
seq.hpp File Reference
Include dependency graph for seq.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_PP_SEQ_HEAD(seq)   BOOST_PP_SEQ_ELEM(0, seq)
 
#define BOOST_PP_SEQ_TAIL(seq)   BOOST_PP_SEQ_TAIL_I seq
 
#define BOOST_PP_SEQ_TAIL_I(x)
 
#define BOOST_PP_SEQ_NIL(x)   (x)
 

Macro Definition Documentation

#define BOOST_PP_SEQ_HEAD (   seq)    BOOST_PP_SEQ_ELEM(0, seq)
#define BOOST_PP_SEQ_NIL (   x)    (x)
#define BOOST_PP_SEQ_TAIL (   seq)    BOOST_PP_SEQ_TAIL_I seq
#define BOOST_PP_SEQ_TAIL_I (   x)