/usr/include/boost/mpl/set/aux_
NameSizeModeActions
preprocessed/-0755rm
at_impl.hpp9290644editdlrm
begin_end_impl.hpp9190644editdlrm
clear_impl.hpp7730644editdlrm
empty_impl.hpp7330644editdlrm
erase_impl.hpp9110644editdlrm
erase_key_impl.hpp12990644editdlrm
has_key_impl.hpp17050644editdlrm
include_preprocessed.hpp11890644editdlrm
insert_impl.hpp15190644editdlrm
insert_range_impl.hpp9200644editdlrm
item.hpp23070644editdlrm
iterator.hpp22830644editdlrm
key_type_impl.hpp7560644editdlrm
numbered.hpp10820644editdlrm
numbered_c.hpp11980644editdlrm
set0.hpp18830644editdlrm
size_impl.hpp6820644editdlrm
tag.hpp5380644editdlrm
value_type_impl.hpp7660644editdlrm
Edit: /usr/include/boost/mpl/set/aux_/numbered_c.hpp (1198B)
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION #if defined(BOOST_PP_IS_ITERATING) // Copyright Aleksey Gurtovoy 2000-2004 // // 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/libs/mpl for documentation. // $Id$ // $Date$ // $Revision$ #include #include #include #include #define i_ BOOST_PP_FRAME_ITERATION(1) # define AUX778076_SET_C_TAIL(set, i_, T, C) \ BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c)< \ T BOOST_PP_ENUM_TRAILING_PARAMS(i_, C) \ > \ /**/ template< typename T , BOOST_PP_ENUM_PARAMS(i_, T C) > struct BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) : s_item< integral_c , AUX778076_SET_C_TAIL(set,BOOST_PP_DEC(i_), T, C) > { typedef BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) type; }; # undef AUX778076_SET_C_TAIL #undef i_ #endif // BOOST_PP_IS_ITERATING