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

Macros

#define BOOST_PP_LIST_AT(list, index)   BOOST_PP_LIST_AT_I(list, index)
 
#define BOOST_PP_LIST_AT_I(list, index)   BOOST_PP_LIST_FIRST(BOOST_PP_LIST_REST_N(index, list))
 
#define BOOST_PP_LIST_AT_D(d, list, index)   BOOST_PP_LIST_AT_D_I(d, list, index)
 
#define BOOST_PP_LIST_AT_D_I(d, list, index)   BOOST_PP_LIST_FIRST(BOOST_PP_LIST_REST_N_D(d, index, list))
 

Macro Definition Documentation

#define BOOST_PP_LIST_AT (   list,
  index 
)    BOOST_PP_LIST_AT_I(list, index)
#define BOOST_PP_LIST_AT_D (   d,
  list,
  index 
)    BOOST_PP_LIST_AT_D_I(d, list, index)
#define BOOST_PP_LIST_AT_D_I (   d,
  list,
  index 
)    BOOST_PP_LIST_FIRST(BOOST_PP_LIST_REST_N_D(d, index, list))
#define BOOST_PP_LIST_AT_I (   list,
  index 
)    BOOST_PP_LIST_FIRST(BOOST_PP_LIST_REST_N(index, list))