/usr/include/boost/preprocessor/facilities
NameSizeModeActions
detail/-0755rm
apply.hpp14750644editdlrm
check_empty.hpp10310644editdlrm
empty.hpp5670644editdlrm
expand.hpp8420644editdlrm
identity.hpp7590644editdlrm
intercept.hpp89130644editdlrm
is_1.hpp9460644editdlrm
is_empty.hpp25440644editdlrm
is_empty_or_1.hpp12050644editdlrm
is_empty_variadic.hpp25640644editdlrm
overload.hpp11500644editdlrm
va_opt.hpp16120644editdlrm
Edit: /usr/include/boost/preprocessor/facilities/is_1.hpp (946B)
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2003. # * 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_FACILITIES_IS_1_HPP # define BOOST_PREPROCESSOR_FACILITIES_IS_1_HPP # # include # include # # /* BOOST_PP_IS_1 */ # # define BOOST_PP_IS_1(x) BOOST_PP_IS_EMPTY(BOOST_PP_CAT(BOOST_PP_IS_1_HELPER_, x)) # define BOOST_PP_IS_1_HELPER_1 # # endif