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

Macros

#define BOOST_PP_ARRAY_TO_SEQ(array)
 
#define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array)
 
#define BOOST_PP_ARRAY_TO_SEQ_DO(array)   BOOST_PP_TUPLE_TO_SEQ array
 

Macro Definition Documentation

#define BOOST_PP_ARRAY_TO_SEQ (   array)
Value:
( \
) \
(array) \
#define BOOST_PP_ARRAY_SIZE(array)
Definition: size.hpp:23
#define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array)
Definition: to_seq.hpp:33
typedef array
Definition: array.hpp:91
#define BOOST_PP_IF(cond, t, f)
Definition: if.hpp:26
#define BOOST_PP_ARRAY_TO_SEQ_DO(array)
Definition: to_seq.hpp:43
#define BOOST_PP_ARRAY_TO_SEQ_DO (   array)    BOOST_PP_TUPLE_TO_SEQ array
#define BOOST_PP_ARRAY_TO_SEQ_EMPTY (   array)