![]()  | 
![]() ![]() ![]() ![]()  | 
![]()  | 
BOOST_PP_ARRAY_ENUMBoost , , The BOOST_PP_ARRAY_ENUM macro converts an array to its comma-separated elements. The comma-separated elements are in the form of variadic data. 
Usage BOOST_PP_ARRAY_ENUM(array)  
Arguments
 Remarks This macro expands to a comma-separated list of the elements in array. 
For example, BOOST_PP_ARRAY_ENUM((3,(x,y,z)))
expands to...
 
 x, y, z  
RequirementsSample Code#include <boost/preprocessor/array/enum.hpp>  © Copyright Edward Diener 2011  
Distributed under the Boost Software License, Version 1.0. (См. сопроводительный файл LICENSE_1_0.txt или копия на www.boost.org/LICENSE_1_0.txt) Статья BOOST_PP_ARRAY_ENUM раздела может быть полезна для разработчиков на c++ и boost. :: Главная :: :: 
  | 
||||
 ©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007  | ||||