/usr/include/boost/preprocessor/tuple
NameSizeModeActions
detail/-0755rm
eat.hpp132810644editdlrm
elem.hpp532450644editdlrm
enum.hpp10110644editdlrm
insert.hpp13740644editdlrm
pop_back.hpp21320644editdlrm
pop_front.hpp21520644editdlrm
push_back.hpp11950644editdlrm
push_front.hpp12040644editdlrm
rem.hpp254500644editdlrm
remove.hpp21320644editdlrm
replace.hpp13840644editdlrm
reverse.hpp242840644editdlrm
size.hpp12640644editdlrm
to_array.hpp19780644editdlrm
to_list.hpp292140644editdlrm
to_seq.hpp246490644editdlrm
Edit: /usr/include/boost/preprocessor/tuple/size.hpp (1264B)
# /* ************************************************************************** # * * # * (C) Copyright Edward Diener 2011. * # * (C) Copyright Paul Mensonides 2011. * # * Distributed under the Boost Software License, Version 1.0. (See * # * accompanying file LICENSE_1_0.txt or copy at * # * http://www.boost.org/LICENSE_1_0.txt) * # * * # ************************************************************************** */ # # /* See http://www.boost.org for most recent version. */ # # ifndef BOOST_PREPROCESSOR_TUPLE_SIZE_HPP # define BOOST_PREPROCESSOR_TUPLE_SIZE_HPP # # include # include # include # # if BOOST_PP_VARIADICS # if BOOST_PP_VARIADICS_MSVC # define BOOST_PP_TUPLE_SIZE(tuple) BOOST_PP_CAT(BOOST_PP_VARIADIC_SIZE tuple,) # else # define BOOST_PP_TUPLE_SIZE(tuple) BOOST_PP_VARIADIC_SIZE tuple # endif # endif # # endif