![]()  | 
![]() ![]() ![]() ![]()  | 
![]()  | 
BOOST_PP_TUPLE_POP_BACKBoost , , The BOOST_PP_TUPLE_POP_BACK macro
      pops an element from the end of an tuple. 
    Usage BOOST_PP_TUPLE_POP_BACK(tuple) (v) 
    Arguments
 Remarks This macro returns tuple
      after removing the last element.  If tuple has only a single
      element, it remains unchanged since a tuple must have at
      least one element. 
     This macro uses BOOST_PP_REPEAT internally.  Therefore,
      to use the z parameter passed from other macros that use BOOST_PP_REPEAT,
      see BOOST_PP_TUPLE_POP_BACK_Z  
    See AlsoRequirementsSample Code#include <boost/preprocessor/tuple/pop_back.hpp> #define TUPLE (a, b, c) BOOST_PP_TUPLE_POP_BACK(TUPLE) // expands to (a, b)  © Copyright Edward Diener 2013  
    Распространяется в соответствии с лицензией Boost Software License, Version 1.0. (См. сопроводительный файл)LICENSE_1_0.txtили копия наwww.boost.org/LICENSE_1_0.txt Статья BOOST_PP_TUPLE_POP_BACK раздела может быть полезна для разработчиков на c++ и boost. :: Главная :: :: 
  | 
||||
 ©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007  | ||||