![]()  | 
![]() ![]() ![]() ![]()  | 
![]()  | 
BOOST_PP_LIST_ENUMBoost , ,
		The BOOST_PP_LIST_ENUM macro converts a list to a comma-separated list.
	 
	Usage
			BOOST_PP_LIST_ENUM(list)
		 
	Arguments
 Remarks
			If list is, for example, (a, (b, (c, BOOST_PP_NIL))),
			this macro will produce:
			 
		
				a, b, c
			 
		
			Previously, this macro could not be used inside BOOST_PP_FOR. 
			There is no longer any such restriction. 
			It is more efficient, however, to use BOOST_PP_LIST_ENUM_R in such a situation.
		 
	See AlsoRequirementsSample Code#include <boost/preprocessor/list/enum.hpp> #define LIST (w, (x, (y, (z, BOOST_PP_NIL)))) BOOST_PP_LIST_ENUM(LIST) // expands to w, x, y, z 
		© Copyright Housemarque Oy 2002
		© Copyright Paul Mensonides 2002
	 
	Distributed under the Boost Software License, Version 1.0. (См. сопроводительный файл LICENSE_1_0.txt или копия на www.boost.org/LICENSE_1_0.txt) Статья BOOST_PP_LIST_ENUM раздела может быть полезна для разработчиков на c++ и boost. :: Главная :: :: 
  | 
||||
 ©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007  | ||||