#include <boost/preprocessor/control/iif.hpp>
#include <boost/preprocessor/list/adt.hpp>
#include <boost/preprocessor/tuple/eat.hpp>
Go to the source code of this file.
#define BOOST_PP_LIST_FOLD_RIGHT_1 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_1_D(o, s, l) |
Definition at line 21 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_10 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_10_D(o, s, l) |
Definition at line 30 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_100 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_100_D(o, s, l) |
Definition at line 120 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_100_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(101, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_101, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 377 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_101 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_101_D(o, s, l) |
Definition at line 121 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_101_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(102, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_102, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 378 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_102 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_102_D(o, s, l) |
Definition at line 122 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_102_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(103, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_103, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 379 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_103 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_103_D(o, s, l) |
Definition at line 123 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_103_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(104, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_104, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 380 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_104 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_104_D(o, s, l) |
Definition at line 124 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_104_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(105, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_105, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 381 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_105 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_105_D(o, s, l) |
Definition at line 125 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_105_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(106, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_106, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 382 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_106 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_106_D(o, s, l) |
Definition at line 126 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_106_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(107, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_107, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 383 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_107 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_107_D(o, s, l) |
Definition at line 127 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_107_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(108, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_108, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 384 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_108 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_108_D(o, s, l) |
Definition at line 128 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_108_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(109, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_109, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 385 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_109 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_109_D(o, s, l) |
Definition at line 129 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_109_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(110, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_110, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 386 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_10_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(11, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_11, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 287 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_11 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_11_D(o, s, l) |
Definition at line 31 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_110 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_110_D(o, s, l) |
Definition at line 130 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_110_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(111, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_111, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 387 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_111 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_111_D(o, s, l) |
Definition at line 131 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_111_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(112, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_112, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 388 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_112 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_112_D(o, s, l) |
Definition at line 132 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_112_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(113, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_113, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 389 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_113 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_113_D(o, s, l) |
Definition at line 133 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_113_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(114, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_114, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 390 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_114 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_114_D(o, s, l) |
Definition at line 134 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_114_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(115, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_115, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 391 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_115 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_115_D(o, s, l) |
Definition at line 135 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_115_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(116, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_116, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 392 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_116 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_116_D(o, s, l) |
Definition at line 136 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_116_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(117, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_117, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 393 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_117 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_117_D(o, s, l) |
Definition at line 137 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_117_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(118, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_118, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 394 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_118 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_118_D(o, s, l) |
Definition at line 138 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_118_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(119, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_119, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 395 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_119 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_119_D(o, s, l) |
Definition at line 139 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_119_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(120, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_120, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 396 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_11_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(12, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_12, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 288 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_12 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_12_D(o, s, l) |
Definition at line 32 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_120 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_120_D(o, s, l) |
Definition at line 140 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_120_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(121, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_121, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 397 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_121 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_121_D(o, s, l) |
Definition at line 141 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_121_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(122, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_122, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 398 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_122 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_122_D(o, s, l) |
Definition at line 142 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_122_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(123, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_123, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 399 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_123 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_123_D(o, s, l) |
Definition at line 143 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_123_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(124, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_124, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 400 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_124 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_124_D(o, s, l) |
Definition at line 144 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_124_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(125, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_125, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 401 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_125 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_125_D(o, s, l) |
Definition at line 145 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_125_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(126, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_126, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 402 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_126 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_126_D(o, s, l) |
Definition at line 146 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_126_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(127, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_127, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 403 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_127 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_127_D(o, s, l) |
Definition at line 147 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_127_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(128, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_128, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 404 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_128 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_128_D(o, s, l) |
Definition at line 148 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_128_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(129, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_129, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 405 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_129 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_129_D(o, s, l) |
Definition at line 149 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_129_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(130, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_130, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 406 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_12_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(13, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_13, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 289 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_13 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_13_D(o, s, l) |
Definition at line 33 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_130 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_130_D(o, s, l) |
Definition at line 150 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_130_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(131, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_131, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 407 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_131 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_131_D(o, s, l) |
Definition at line 151 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_131_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(132, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_132, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 408 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_132 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_132_D(o, s, l) |
Definition at line 152 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_132_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(133, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_133, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 409 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_133 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_133_D(o, s, l) |
Definition at line 153 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_133_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(134, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_134, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 410 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_134 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_134_D(o, s, l) |
Definition at line 154 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_134_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(135, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_135, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 411 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_135 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_135_D(o, s, l) |
Definition at line 155 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_135_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(136, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_136, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 412 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_136 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_136_D(o, s, l) |
Definition at line 156 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_136_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(137, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_137, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 413 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_137 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_137_D(o, s, l) |
Definition at line 157 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_137_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(138, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_138, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 414 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_138 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_138_D(o, s, l) |
Definition at line 158 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_138_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(139, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_139, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 415 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_139 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_139_D(o, s, l) |
Definition at line 159 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_139_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(140, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_140, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 416 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_13_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(14, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_14, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 290 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_14 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_14_D(o, s, l) |
Definition at line 34 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_140 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_140_D(o, s, l) |
Definition at line 160 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_140_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(141, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_141, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 417 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_141 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_141_D(o, s, l) |
Definition at line 161 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_141_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(142, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_142, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 418 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_142 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_142_D(o, s, l) |
Definition at line 162 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_142_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(143, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_143, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 419 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_143 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_143_D(o, s, l) |
Definition at line 163 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_143_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(144, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_144, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 420 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_144 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_144_D(o, s, l) |
Definition at line 164 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_144_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(145, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_145, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 421 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_145 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_145_D(o, s, l) |
Definition at line 165 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_145_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(146, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_146, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 422 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_146 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_146_D(o, s, l) |
Definition at line 166 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_146_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(147, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_147, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 423 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_147 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_147_D(o, s, l) |
Definition at line 167 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_147_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(148, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_148, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 424 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_148 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_148_D(o, s, l) |
Definition at line 168 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_148_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(149, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_149, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 425 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_149 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_149_D(o, s, l) |
Definition at line 169 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_149_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(150, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_150, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 426 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_14_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(15, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_15, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 291 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_15 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_15_D(o, s, l) |
Definition at line 35 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_150 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_150_D(o, s, l) |
Definition at line 170 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_150_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(151, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_151, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 427 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_151 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_151_D(o, s, l) |
Definition at line 171 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_151_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(152, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_152, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 428 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_152 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_152_D(o, s, l) |
Definition at line 172 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_152_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(153, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_153, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 429 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_153 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_153_D(o, s, l) |
Definition at line 173 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_153_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(154, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_154, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 430 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_154 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_154_D(o, s, l) |
Definition at line 174 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_154_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(155, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_155, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 431 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_155 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_155_D(o, s, l) |
Definition at line 175 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_155_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(156, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_156, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 432 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_156 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_156_D(o, s, l) |
Definition at line 176 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_156_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(157, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_157, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 433 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_157 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_157_D(o, s, l) |
Definition at line 177 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_157_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(158, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_158, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 434 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_158 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_158_D(o, s, l) |
Definition at line 178 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_158_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(159, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_159, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 435 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_159 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_159_D(o, s, l) |
Definition at line 179 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_159_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(160, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_160, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 436 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_15_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(16, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_16, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 292 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_16 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_16_D(o, s, l) |
Definition at line 36 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_160 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_160_D(o, s, l) |
Definition at line 180 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_160_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(161, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_161, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 437 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_161 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_161_D(o, s, l) |
Definition at line 181 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_161_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(162, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_162, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 438 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_162 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_162_D(o, s, l) |
Definition at line 182 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_162_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(163, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_163, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 439 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_163 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_163_D(o, s, l) |
Definition at line 183 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_163_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(164, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_164, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 440 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_164 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_164_D(o, s, l) |
Definition at line 184 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_164_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(165, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_165, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 441 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_165 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_165_D(o, s, l) |
Definition at line 185 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_165_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(166, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_166, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 442 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_166 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_166_D(o, s, l) |
Definition at line 186 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_166_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(167, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_167, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 443 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_167 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_167_D(o, s, l) |
Definition at line 187 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_167_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(168, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_168, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 444 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_168 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_168_D(o, s, l) |
Definition at line 188 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_168_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(169, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_169, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 445 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_169 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_169_D(o, s, l) |
Definition at line 189 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_169_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(170, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_170, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 446 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_16_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(17, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_17, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 293 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_17 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_17_D(o, s, l) |
Definition at line 37 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_170 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_170_D(o, s, l) |
Definition at line 190 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_170_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(171, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_171, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 447 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_171 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_171_D(o, s, l) |
Definition at line 191 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_171_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(172, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_172, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 448 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_172 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_172_D(o, s, l) |
Definition at line 192 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_172_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(173, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_173, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 449 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_173 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_173_D(o, s, l) |
Definition at line 193 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_173_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(174, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_174, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 450 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_174 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_174_D(o, s, l) |
Definition at line 194 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_174_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(175, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_175, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 451 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_175 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_175_D(o, s, l) |
Definition at line 195 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_175_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(176, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_176, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 452 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_176 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_176_D(o, s, l) |
Definition at line 196 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_176_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(177, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_177, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 453 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_177 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_177_D(o, s, l) |
Definition at line 197 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_177_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(178, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_178, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 454 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_178 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_178_D(o, s, l) |
Definition at line 198 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_178_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(179, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_179, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 455 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_179 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_179_D(o, s, l) |
Definition at line 199 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_179_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(180, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_180, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 456 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_17_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(18, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_18, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 294 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_18 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_18_D(o, s, l) |
Definition at line 38 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_180 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_180_D(o, s, l) |
Definition at line 200 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_180_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(181, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_181, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 457 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_181 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_181_D(o, s, l) |
Definition at line 201 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_181_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(182, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_182, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 458 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_182 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_182_D(o, s, l) |
Definition at line 202 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_182_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(183, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_183, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 459 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_183 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_183_D(o, s, l) |
Definition at line 203 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_183_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(184, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_184, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 460 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_184 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_184_D(o, s, l) |
Definition at line 204 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_184_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(185, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_185, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 461 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_185 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_185_D(o, s, l) |
Definition at line 205 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_185_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(186, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_186, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 462 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_186 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_186_D(o, s, l) |
Definition at line 206 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_186_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(187, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_187, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 463 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_187 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_187_D(o, s, l) |
Definition at line 207 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_187_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(188, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_188, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 464 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_188 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_188_D(o, s, l) |
Definition at line 208 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_188_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(189, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_189, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 465 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_189 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_189_D(o, s, l) |
Definition at line 209 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_189_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(190, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_190, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 466 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_18_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(19, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_19, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 295 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_19 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_19_D(o, s, l) |
Definition at line 39 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_190 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_190_D(o, s, l) |
Definition at line 210 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_190_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(191, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_191, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 467 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_191 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_191_D(o, s, l) |
Definition at line 211 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_191_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(192, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_192, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 468 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_192 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_192_D(o, s, l) |
Definition at line 212 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_192_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(193, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_193, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 469 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_193 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_193_D(o, s, l) |
Definition at line 213 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_193_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(194, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_194, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 470 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_194 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_194_D(o, s, l) |
Definition at line 214 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_194_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(195, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_195, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 471 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_195 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_195_D(o, s, l) |
Definition at line 215 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_195_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(196, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_196, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 472 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_196 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_196_D(o, s, l) |
Definition at line 216 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_196_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(197, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_197, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 473 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_197 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_197_D(o, s, l) |
Definition at line 217 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_197_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(198, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_198, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 474 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_198 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_198_D(o, s, l) |
Definition at line 218 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_198_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(199, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_199, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 475 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_199 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_199_D(o, s, l) |
Definition at line 219 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_199_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(200, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_200, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 476 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_19_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(20, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_20, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 296 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_1_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(2, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_2, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 278 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_2 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_2_D(o, s, l) |
Definition at line 22 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_20 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_20_D(o, s, l) |
Definition at line 40 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_200 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_200_D(o, s, l) |
Definition at line 220 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_200_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(201, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_201, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 477 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_201 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_201_D(o, s, l) |
Definition at line 221 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_201_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(202, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_202, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 478 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_202 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_202_D(o, s, l) |
Definition at line 222 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_202_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(203, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_203, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 479 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_203 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_203_D(o, s, l) |
Definition at line 223 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_203_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(204, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_204, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 480 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_204 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_204_D(o, s, l) |
Definition at line 224 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_204_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(205, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_205, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 481 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_205 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_205_D(o, s, l) |
Definition at line 225 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_205_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(206, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_206, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 482 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_206 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_206_D(o, s, l) |
Definition at line 226 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_206_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(207, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_207, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 483 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_207 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_207_D(o, s, l) |
Definition at line 227 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_207_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(208, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_208, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 484 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_208 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_208_D(o, s, l) |
Definition at line 228 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_208_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(209, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_209, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 485 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_209 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_209_D(o, s, l) |
Definition at line 229 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_209_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(210, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_210, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 486 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_20_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(21, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_21, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 297 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_21 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_21_D(o, s, l) |
Definition at line 41 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_210 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_210_D(o, s, l) |
Definition at line 230 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_210_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(211, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_211, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 487 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_211 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_211_D(o, s, l) |
Definition at line 231 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_211_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(212, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_212, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 488 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_212 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_212_D(o, s, l) |
Definition at line 232 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_212_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(213, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_213, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 489 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_213 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_213_D(o, s, l) |
Definition at line 233 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_213_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(214, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_214, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 490 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_214 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_214_D(o, s, l) |
Definition at line 234 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_214_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(215, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_215, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 491 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_215 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_215_D(o, s, l) |
Definition at line 235 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_215_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(216, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_216, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 492 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_216 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_216_D(o, s, l) |
Definition at line 236 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_216_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(217, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_217, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 493 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_217 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_217_D(o, s, l) |
Definition at line 237 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_217_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(218, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_218, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 494 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_218 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_218_D(o, s, l) |
Definition at line 238 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_218_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(219, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_219, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 495 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_219 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_219_D(o, s, l) |
Definition at line 239 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_219_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(220, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_220, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 496 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_21_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(22, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_22, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 298 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_22 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_22_D(o, s, l) |
Definition at line 42 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_220 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_220_D(o, s, l) |
Definition at line 240 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_220_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(221, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_221, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 497 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_221 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_221_D(o, s, l) |
Definition at line 241 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_221_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(222, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_222, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 498 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_222 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_222_D(o, s, l) |
Definition at line 242 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_222_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(223, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_223, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 499 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_223 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_223_D(o, s, l) |
Definition at line 243 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_223_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(224, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_224, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 500 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_224 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_224_D(o, s, l) |
Definition at line 244 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_224_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(225, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_225, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 501 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_225 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_225_D(o, s, l) |
Definition at line 245 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_225_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(226, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_226, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 502 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_226 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_226_D(o, s, l) |
Definition at line 246 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_226_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(227, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_227, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 503 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_227 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_227_D(o, s, l) |
Definition at line 247 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_227_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(228, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_228, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 504 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_228 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_228_D(o, s, l) |
Definition at line 248 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_228_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(229, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_229, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 505 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_229 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_229_D(o, s, l) |
Definition at line 249 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_229_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(230, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_230, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 506 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_22_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(23, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_23, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 299 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_23 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_23_D(o, s, l) |
Definition at line 43 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_230 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_230_D(o, s, l) |
Definition at line 250 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_230_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(231, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_231, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 507 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_231 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_231_D(o, s, l) |
Definition at line 251 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_231_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(232, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_232, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 508 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_232 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_232_D(o, s, l) |
Definition at line 252 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_232_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(233, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_233, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 509 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_233 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_233_D(o, s, l) |
Definition at line 253 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_233_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(234, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_234, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 510 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_234 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_234_D(o, s, l) |
Definition at line 254 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_234_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(235, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_235, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 511 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_235 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_235_D(o, s, l) |
Definition at line 255 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_235_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(236, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_236, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 512 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_236 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_236_D(o, s, l) |
Definition at line 256 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_236_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(237, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_237, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 513 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_237 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_237_D(o, s, l) |
Definition at line 257 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_237_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(238, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_238, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 514 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_238 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_238_D(o, s, l) |
Definition at line 258 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_238_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(239, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_239, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 515 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_239 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_239_D(o, s, l) |
Definition at line 259 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_239_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(240, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_240, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 516 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_23_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(24, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_24, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 300 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_24 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_24_D(o, s, l) |
Definition at line 44 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_240 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_240_D(o, s, l) |
Definition at line 260 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_240_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(241, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_241, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 517 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_241 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_241_D(o, s, l) |
Definition at line 261 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_241_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(242, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_242, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 518 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_242 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_242_D(o, s, l) |
Definition at line 262 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_242_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(243, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_243, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 519 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_243 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_243_D(o, s, l) |
Definition at line 263 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_243_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(244, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_244, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 520 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_244 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_244_D(o, s, l) |
Definition at line 264 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_244_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(245, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_245, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 521 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_245 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_245_D(o, s, l) |
Definition at line 265 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_245_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(246, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_246, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 522 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_246 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_246_D(o, s, l) |
Definition at line 266 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_246_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(247, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_247, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 523 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_247 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_247_D(o, s, l) |
Definition at line 267 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_247_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(248, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_248, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 524 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_248 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_248_D(o, s, l) |
Definition at line 268 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_248_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(249, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_249, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 525 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_249 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_249_D(o, s, l) |
Definition at line 269 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_249_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(250, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_250, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 526 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_24_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(25, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_25, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 301 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_25 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_25_D(o, s, l) |
Definition at line 45 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_250 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_250_D(o, s, l) |
Definition at line 270 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_250_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(251, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_251, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 527 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_251 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_251_D(o, s, l) |
Definition at line 271 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_251_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(252, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_252, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 528 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_252 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_252_D(o, s, l) |
Definition at line 272 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_252_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(253, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_253, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 529 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_253 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_253_D(o, s, l) |
Definition at line 273 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_253_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(254, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_254, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 530 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_254 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_254_D(o, s, l) |
Definition at line 274 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_254_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(255, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_255, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 531 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_255 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_255_D(o, s, l) |
Definition at line 275 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_255_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(256, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_256, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 532 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_256 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_256_D(o, s, l) |
Definition at line 276 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_256_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(257, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_257, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 533 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_25_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(26, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_26, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 302 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_26 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_26_D(o, s, l) |
Definition at line 46 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_26_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(27, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_27, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 303 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_27 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_27_D(o, s, l) |
Definition at line 47 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_27_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(28, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_28, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 304 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_28 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_28_D(o, s, l) |
Definition at line 48 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_28_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(29, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_29, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 305 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_29 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_29_D(o, s, l) |
Definition at line 49 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_29_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(30, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_30, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 306 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_2_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(3, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_3, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 279 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_3 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_3_D(o, s, l) |
Definition at line 23 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_30 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_30_D(o, s, l) |
Definition at line 50 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_30_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(31, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_31, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 307 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_31 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_31_D(o, s, l) |
Definition at line 51 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_31_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(32, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_32, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 308 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_32 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_32_D(o, s, l) |
Definition at line 52 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_32_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(33, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_33, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 309 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_33 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_33_D(o, s, l) |
Definition at line 53 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_33_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(34, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_34, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 310 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_34 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_34_D(o, s, l) |
Definition at line 54 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_34_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(35, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_35, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 311 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_35 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_35_D(o, s, l) |
Definition at line 55 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_35_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(36, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_36, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 312 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_36 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_36_D(o, s, l) |
Definition at line 56 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_36_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(37, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_37, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 313 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_37 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_37_D(o, s, l) |
Definition at line 57 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_37_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(38, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_38, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 314 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_38 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_38_D(o, s, l) |
Definition at line 58 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_38_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(39, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_39, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 315 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_39 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_39_D(o, s, l) |
Definition at line 59 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_39_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(40, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_40, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 316 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_3_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(4, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_4, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 280 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_4 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_4_D(o, s, l) |
Definition at line 24 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_40 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_40_D(o, s, l) |
Definition at line 60 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_40_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(41, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_41, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 317 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_41 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_41_D(o, s, l) |
Definition at line 61 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_41_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(42, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_42, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 318 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_42 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_42_D(o, s, l) |
Definition at line 62 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_42_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(43, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_43, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 319 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_43 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_43_D(o, s, l) |
Definition at line 63 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_43_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(44, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_44, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 320 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_44 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_44_D(o, s, l) |
Definition at line 64 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_44_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(45, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_45, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 321 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_45 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_45_D(o, s, l) |
Definition at line 65 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_45_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(46, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_46, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 322 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_46 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_46_D(o, s, l) |
Definition at line 66 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_46_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(47, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_47, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 323 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_47 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_47_D(o, s, l) |
Definition at line 67 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_47_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(48, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_48, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 324 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_48 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_48_D(o, s, l) |
Definition at line 68 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_48_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(49, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_49, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 325 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_49 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_49_D(o, s, l) |
Definition at line 69 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_49_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(50, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_50, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 326 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_4_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(5, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_5, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 281 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_5 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_5_D(o, s, l) |
Definition at line 25 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_50 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_50_D(o, s, l) |
Definition at line 70 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_50_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(51, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_51, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 327 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_51 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_51_D(o, s, l) |
Definition at line 71 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_51_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(52, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_52, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 328 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_52 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_52_D(o, s, l) |
Definition at line 72 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_52_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(53, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_53, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 329 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_53 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_53_D(o, s, l) |
Definition at line 73 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_53_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(54, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_54, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 330 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_54 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_54_D(o, s, l) |
Definition at line 74 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_54_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(55, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_55, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 331 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_55 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_55_D(o, s, l) |
Definition at line 75 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_55_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(56, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_56, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 332 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_56 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_56_D(o, s, l) |
Definition at line 76 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_56_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(57, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_57, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 333 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_57 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_57_D(o, s, l) |
Definition at line 77 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_57_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(58, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_58, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 334 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_58 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_58_D(o, s, l) |
Definition at line 78 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_58_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(59, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_59, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 335 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_59 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_59_D(o, s, l) |
Definition at line 79 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_59_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(60, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_60, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 336 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_5_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(6, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_6, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 282 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_6 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_6_D(o, s, l) |
Definition at line 26 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_60 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_60_D(o, s, l) |
Definition at line 80 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_60_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(61, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_61, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 337 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_61 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_61_D(o, s, l) |
Definition at line 81 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_61_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(62, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_62, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 338 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_62 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_62_D(o, s, l) |
Definition at line 82 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_62_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(63, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_63, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 339 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_63 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_63_D(o, s, l) |
Definition at line 83 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_63_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(64, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_64, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 340 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_64 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_64_D(o, s, l) |
Definition at line 84 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_64_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(65, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_65, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 341 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_65 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_65_D(o, s, l) |
Definition at line 85 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_65_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(66, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_66, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 342 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_66 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_66_D(o, s, l) |
Definition at line 86 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_66_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(67, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_67, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 343 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_67 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_67_D(o, s, l) |
Definition at line 87 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_67_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(68, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_68, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 344 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_68 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_68_D(o, s, l) |
Definition at line 88 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_68_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(69, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_69, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 345 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_69 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_69_D(o, s, l) |
Definition at line 89 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_69_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(70, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_70, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 346 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_6_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(7, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_7, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 283 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_7 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_7_D(o, s, l) |
Definition at line 27 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_70 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_70_D(o, s, l) |
Definition at line 90 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_70_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(71, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_71, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 347 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_71 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_71_D(o, s, l) |
Definition at line 91 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_71_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(72, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_72, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 348 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_72 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_72_D(o, s, l) |
Definition at line 92 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_72_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(73, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_73, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 349 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_73 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_73_D(o, s, l) |
Definition at line 93 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_73_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(74, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_74, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 350 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_74 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_74_D(o, s, l) |
Definition at line 94 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_74_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(75, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_75, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 351 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_75 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_75_D(o, s, l) |
Definition at line 95 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_75_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(76, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_76, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 352 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_76 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_76_D(o, s, l) |
Definition at line 96 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_76_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(77, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_77, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 353 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_77 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_77_D(o, s, l) |
Definition at line 97 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_77_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(78, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_78, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 354 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_78 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_78_D(o, s, l) |
Definition at line 98 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_78_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(79, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_79, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 355 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_79 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_79_D(o, s, l) |
Definition at line 99 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_79_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(80, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_80, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 356 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_7_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(8, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_8, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 284 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_8 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_8_D(o, s, l) |
Definition at line 28 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_80 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_80_D(o, s, l) |
Definition at line 100 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_80_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(81, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_81, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 357 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_81 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_81_D(o, s, l) |
Definition at line 101 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_81_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(82, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_82, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 358 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_82 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_82_D(o, s, l) |
Definition at line 102 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_82_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(83, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_83, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 359 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_83 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_83_D(o, s, l) |
Definition at line 103 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_83_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(84, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_84, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 360 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_84 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_84_D(o, s, l) |
Definition at line 104 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_84_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(85, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_85, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 361 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_85 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_85_D(o, s, l) |
Definition at line 105 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_85_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(86, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_86, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 362 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_86 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_86_D(o, s, l) |
Definition at line 106 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_86_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(87, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_87, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 363 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_87 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_87_D(o, s, l) |
Definition at line 107 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_87_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(88, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_88, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 364 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_88 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_88_D(o, s, l) |
Definition at line 108 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_88_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(89, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_89, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 365 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_89 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_89_D(o, s, l) |
Definition at line 109 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_89_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(90, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_90, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 366 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_8_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(9, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_9, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 285 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_9 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_9_D(o, s, l) |
Definition at line 29 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_90 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_90_D(o, s, l) |
Definition at line 110 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_90_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(91, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_91, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 367 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_91 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_91_D(o, s, l) |
Definition at line 111 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_91_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(92, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_92, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 368 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_92 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_92_D(o, s, l) |
Definition at line 112 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_92_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(93, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_93, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 369 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_93 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_93_D(o, s, l) |
Definition at line 113 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_93_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(94, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_94, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 370 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_94 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_94_D(o, s, l) |
Definition at line 114 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_94_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(95, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_95, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 371 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_95 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_95_D(o, s, l) |
Definition at line 115 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_95_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(96, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_96, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 372 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_96 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_96_D(o, s, l) |
Definition at line 116 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_96_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(97, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_97, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 373 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_97 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_97_D(o, s, l) |
Definition at line 117 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_97_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(98, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_98, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 374 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_98 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_98_D(o, s, l) |
Definition at line 118 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_98_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(99, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_99, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 375 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_99 | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_LIST_FOLD_RIGHT_99_D(o, s, l) |
Definition at line 119 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_99_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(100, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_100, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 376 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_9_D | ( | o, | |
s, | |||
l | |||
) | BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), o, s BOOST_PP_TUPLE_EAT_3)(10, BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_RIGHT_10, BOOST_PP_NIL BOOST_PP_TUPLE_EAT_3)(o, s, BOOST_PP_LIST_REST(l)), BOOST_PP_LIST_FIRST(l)) |
Definition at line 286 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_1 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 537 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_10 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 546 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_100 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 636 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_101 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 637 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_102 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 638 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_103 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 639 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_104 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 640 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_105 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 641 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_106 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 642 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_107 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 643 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_108 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 644 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_109 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 645 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_11 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 547 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_110 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 646 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_111 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 647 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_112 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 648 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_113 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 649 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_114 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 650 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_115 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 651 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_116 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 652 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_117 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 653 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_118 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 654 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_119 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 655 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_12 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 548 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_120 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 656 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_121 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 657 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_122 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 658 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_123 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 659 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_124 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 660 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_125 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 661 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_126 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 662 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_127 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 663 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_128 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 664 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_129 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 665 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_13 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 549 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_130 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 666 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_131 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 667 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_132 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 668 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_133 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 669 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_134 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 670 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_135 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 671 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_136 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 672 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_137 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 673 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_138 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 674 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_139 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 675 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_14 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 550 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_140 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 676 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_141 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 677 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_142 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 678 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_143 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 679 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_144 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 680 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_145 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 681 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_146 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 682 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_147 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 683 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_148 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 684 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_149 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 685 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_15 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 551 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_150 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 686 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_151 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 687 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_152 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 688 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_153 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 689 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_154 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 690 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_155 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 691 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_156 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 692 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_157 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 693 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_158 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 694 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_159 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 695 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_16 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 552 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_160 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 696 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_161 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 697 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_162 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 698 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_163 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 699 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_164 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 700 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_165 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 701 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_166 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 702 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_167 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 703 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_168 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 704 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_169 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 705 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_17 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 553 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_170 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 706 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_171 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 707 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_172 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 708 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_173 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 709 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_174 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 710 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_175 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 711 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_176 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 712 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_177 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 713 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_178 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 714 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_179 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 715 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_18 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 554 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_180 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 716 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_181 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 717 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_182 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 718 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_183 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 719 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_184 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 720 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_185 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 721 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_186 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 722 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_187 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 723 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_188 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 724 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_189 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 725 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_19 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 555 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_190 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 726 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_191 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 727 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_192 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 728 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_193 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 729 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_194 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 730 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_195 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 731 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_196 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 732 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_197 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 733 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_198 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 734 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_199 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 735 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_2 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 538 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_20 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 556 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_200 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 736 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_201 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 737 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_202 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 738 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_203 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 739 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_204 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 740 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_205 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 741 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_206 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 742 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_207 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 743 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_208 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 744 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_209 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 745 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_21 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 557 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_210 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 746 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_211 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 747 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_212 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 748 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_213 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 749 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_214 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 750 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_215 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 751 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_216 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 752 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_217 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 753 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_218 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 754 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_219 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 755 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_22 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 558 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_220 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 756 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_221 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 757 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_222 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 758 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_223 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 759 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_224 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 760 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_225 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 761 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_226 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 762 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_227 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 763 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_228 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 764 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_229 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 765 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_23 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 559 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_230 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 766 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_231 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 767 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_232 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 768 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_233 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 769 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_234 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 770 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_235 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 771 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_236 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 772 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_237 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 773 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_238 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 774 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_239 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 775 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_24 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 560 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_240 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 776 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_241 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 777 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_242 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 778 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_243 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 779 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_244 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 780 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_245 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 781 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_246 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 782 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_247 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 783 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_248 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 784 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_249 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 785 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_25 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 561 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_250 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 786 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_251 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 787 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_252 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 788 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_253 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 789 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_254 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 790 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_255 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 791 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_256 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 792 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_26 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 562 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_27 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 563 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_28 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 564 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_29 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 565 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_3 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 539 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_30 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 566 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_31 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 567 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_32 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 568 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_33 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 569 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_34 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 570 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_35 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 571 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_36 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 572 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_37 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 573 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_38 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 574 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_39 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 575 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_4 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 540 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_40 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 576 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_41 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 577 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_42 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 578 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_43 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 579 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_44 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 580 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_45 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 581 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_46 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 582 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_47 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 583 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_48 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 584 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_49 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 585 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_5 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 541 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_50 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 586 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_51 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 587 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_52 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 588 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_53 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 589 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_54 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 590 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_55 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 591 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_56 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 592 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_57 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 593 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_58 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 594 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_59 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 595 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_6 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 542 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_60 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 596 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_61 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 597 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_62 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 598 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_63 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 599 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_64 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 600 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_65 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 601 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_66 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 602 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_67 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 603 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_68 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 604 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_69 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 605 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_7 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 543 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_70 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 606 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_71 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 607 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_72 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 608 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_73 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 609 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_74 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 610 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_75 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 611 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_76 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 612 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_77 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 613 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_78 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 614 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_79 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 615 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_8 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 544 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_80 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 616 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_81 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 617 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_82 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 618 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_83 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 619 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_84 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 620 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_85 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 621 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_86 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 622 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_87 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 623 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_88 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 624 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_89 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 625 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_9 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 545 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_90 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 626 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_91 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 627 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_92 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 628 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_93 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 629 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_94 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 630 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_95 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 631 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_96 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 632 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_97 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 633 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_98 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 634 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_LIST_FOLD_RIGHT_99 | ( | o, | |
s, | |||
l | |||
) | 0 |
Definition at line 635 of file detail/edg/fold_right.hpp.
#define BOOST_PP_LIST_FOLD_RIGHT_CHECK_BOOST_PP_NIL 1 |
Definition at line 535 of file detail/edg/fold_right.hpp.