/usr/include/boost/proto/detail/preprocessed
NameSizeModeActions
and_n.hpp156630644editdlrm
args.hpp57400644editdlrm
basic_expr.hpp223530644editdlrm
class_member_traits.hpp58870644editdlrm
deduce_domain_n.hpp81920644editdlrm
deep_copy.hpp169580644editdlrm
expr.hpp1236950644editdlrm
expr_variadic.hpp590840644editdlrm
extends_funop.hpp131150644editdlrm
extends_funop_const.hpp70160644editdlrm
funop.hpp150320644editdlrm
generate_by_value.hpp192000644editdlrm
lambda_matches.hpp79410644editdlrm
make_expr.hpp120040644editdlrm
make_expr_.hpp218140644editdlrm
make_expr_funop.hpp90580644editdlrm
matches_.hpp387500644editdlrm
memfun_funop.hpp39740644editdlrm
or_n.hpp54570644editdlrm
poly_function_funop.hpp140110644editdlrm
poly_function_traits.hpp129850644editdlrm
template_arity_helper.hpp34510644editdlrm
traits.hpp521950644editdlrm
unpack_expr_.hpp452660644editdlrm
vararg_matches_impl.hpp74220644editdlrm
Edit: /usr/include/boost/proto/detail/preprocessed/or_n.hpp (5457B)
/////////////////////////////////////////////////////////////////////////////// /// \file or_n.hpp /// Definitions of or_N // // Copyright 2008 Eric Niebler. 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) template struct or_2 : mpl::bool_::value> { typedef G1 which; }; template struct or_2 : mpl::true_ { typedef G0 which; }; template struct or_3 : or_2< matches_::value , Expr, BasicExpr, G1 , G2 > {}; template struct or_3 : mpl::true_ { typedef G0 which; }; template struct or_4 : or_3< matches_::value , Expr, BasicExpr, G1 , G2 , G3 > {}; template struct or_4 : mpl::true_ { typedef G0 which; }; template struct or_5 : or_4< matches_::value , Expr, BasicExpr, G1 , G2 , G3 , G4 > {}; template struct or_5 : mpl::true_ { typedef G0 which; }; template struct or_6 : or_5< matches_::value , Expr, BasicExpr, G1 , G2 , G3 , G4 , G5 > {}; template struct or_6 : mpl::true_ { typedef G0 which; }; template struct or_7 : or_6< matches_::value , Expr, BasicExpr, G1 , G2 , G3 , G4 , G5 , G6 > {}; template struct or_7 : mpl::true_ { typedef G0 which; }; template struct or_8 : or_7< matches_::value , Expr, BasicExpr, G1 , G2 , G3 , G4 , G5 , G6 , G7 > {}; template struct or_8 : mpl::true_ { typedef G0 which; }; template struct or_9 : or_8< matches_::value , Expr, BasicExpr, G1 , G2 , G3 , G4 , G5 , G6 , G7 , G8 > {}; template struct or_9 : mpl::true_ { typedef G0 which; }; template struct or_10 : or_9< matches_::value , Expr, BasicExpr, G1 , G2 , G3 , G4 , G5 , G6 , G7 , G8 , G9 > {}; template struct or_10 : mpl::true_ { typedef G0 which; };