Go to the source code of this file.
Macros | |
#define | BOOST_PP_ARRAY_SIZE(array) BOOST_PP_ARRAY_SIZE_I(array) |
#define | BOOST_PP_ARRAY_SIZE_I(array) BOOST_PP_ARRAY_SIZE_II array |
#define | BOOST_PP_ARRAY_SIZE_II(size, data) size |
#define BOOST_PP_ARRAY_SIZE | ( | array | ) | BOOST_PP_ARRAY_SIZE_I(array) |
Definition at line 23 of file array/size.hpp.
#define BOOST_PP_ARRAY_SIZE_I | ( | array | ) | BOOST_PP_ARRAY_SIZE_II array |
Definition at line 24 of file array/size.hpp.
Definition at line 25 of file array/size.hpp.