This repository was archived by the owner on Apr 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseq_2fold__right_8hpp_source.html
84 lines (82 loc) · 95.7 KB
/
seq_2fold__right_8hpp_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>EOS.IO: contracts/eoslib/preprocessor/seq/fold_right.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="eos-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">EOS.IO
 <span id="projectnumber">DAWN3.0.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_ae9b15dd87e066e1908bbd90e8f38627.html">contracts</a></li><li class="navelem"><a class="el" href="dir_3fea0bf1ce879ce73e6ecec98007efcd.html">eoslib</a></li><li class="navelem"><a class="el" href="dir_dca32aa6e7c96c10a53665f73e692854.html">preprocessor</a></li><li class="navelem"><a class="el" href="dir_db9997b4a8d60e1ff3d82397ff731ec3.html">seq</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">fold_right.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="seq_2fold__right_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor"># </span><span class="comment">/* **************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"># * *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"># * (C) Copyright Paul Mensonides 2002.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"># * Distributed under the Boost Software License, Version 1.0. (See</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"># * accompanying file LICENSE_1_0.txt or copy at</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"># * http://www.boost.org/LICENSE_1_0.txt)</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"># * *</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"># ************************************************************************** */</span><span class="preprocessor"></span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor"># </span><span class="comment">/* See http://www.boost.org for most recent version. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor"># ifndef BOOST_PREPROCESSOR_SEQ_FOLD_RIGHT_HPP</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor"># define BOOST_PREPROCESSOR_SEQ_FOLD_RIGHT_HPP</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor"># include <<a class="code" href="cat_8hpp.html">eoslib/preprocessor/cat.hpp</a>></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor"># include <<a class="code" href="auto__rec_8hpp.html">eoslib/preprocessor/detail/auto_rec.hpp</a>></span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor"># include <<a class="code" href="seq_2fold__left_8hpp.html">eoslib/preprocessor/seq/fold_left.hpp</a>></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor"># include <<a class="code" href="seq_2reverse_8hpp.html">eoslib/preprocessor/seq/reverse.hpp</a>></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor"># include <<a class="code" href="seq_2seq_8hpp.html">eoslib/preprocessor/seq/seq.hpp</a>></span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_SEQ_FOLD_RIGHT */</span><span class="preprocessor"></span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor"># if 0</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT(op, state, seq) ...</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2f607908cab258b48c7483c4e24eca0a"> 27</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT BOOST_PP_CAT(BOOST_PP_SEQ_FOLD_RIGHT_, BOOST_PP_AUTO_REC(BOOST_PP_SEQ_FOLD_LEFT_P, 256))</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab2bd9361b75728a9003bc077fa4d9325"> 29</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_257(op, st, ss) BOOST_PP_ERROR(0x0005)</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3d47fa711ab34dc4bfc87a980dea6042"> 31</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_1(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, BOOST_PP_SEQ_REVERSE_S(2, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a94074aa656eb245e911476f909e4dfce"> 32</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_2(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, BOOST_PP_SEQ_REVERSE_S(3, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae62d6d31074c93b0cae8b4b170a999ad"> 33</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_3(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, BOOST_PP_SEQ_REVERSE_S(4, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9e5347de6227a1dd5afc40f909330230"> 34</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_4(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, BOOST_PP_SEQ_REVERSE_S(5, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8cf4f1e260b48e5b19218f6f26eb76c8"> 35</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_5(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, BOOST_PP_SEQ_REVERSE_S(6, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a208a290423eee20e35d7aa4dce17e788"> 36</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_6(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, BOOST_PP_SEQ_REVERSE_S(7, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac8632fdb1a35580f505fd97fad5b5a9b"> 37</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_7(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, BOOST_PP_SEQ_REVERSE_S(8, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a473a94118941607ca1069af1fba9ea51"> 38</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_8(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_8(op, st, BOOST_PP_SEQ_REVERSE_S(9, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#abb55423ea337940598b43a78ace6ba7b"> 39</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_9(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_9(op, st, BOOST_PP_SEQ_REVERSE_S(10, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a81c39ced48007ab36bf9cd1621a92279"> 40</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_10(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_10(op, st, BOOST_PP_SEQ_REVERSE_S(11, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2fb3a826fd31b3ebfd533be84abaa6ff"> 41</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_11(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_11(op, st, BOOST_PP_SEQ_REVERSE_S(12, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a39754baf3a73c4d8096c234d187a7a05"> 42</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_12(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_12(op, st, BOOST_PP_SEQ_REVERSE_S(13, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4bfe28a4612d20e29e8c5d5c1afd222d"> 43</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_13(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_13(op, st, BOOST_PP_SEQ_REVERSE_S(14, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a76b63ab43ad6fb272f2204c3fe576855"> 44</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_14(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_14(op, st, BOOST_PP_SEQ_REVERSE_S(15, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a98b5c6e44cbedf53b4d1064f8bf2a145"> 45</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_15(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_15(op, st, BOOST_PP_SEQ_REVERSE_S(16, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a49cbf2479158f23a903516456ed5a404"> 46</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_16(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_16(op, st, BOOST_PP_SEQ_REVERSE_S(17, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a03ced8d7414fa071906f5d82e7f2018c"> 47</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_17(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_17(op, st, BOOST_PP_SEQ_REVERSE_S(18, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2ebbb5d1c8394cb7225f76d27c66a704"> 48</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_18(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_18(op, st, BOOST_PP_SEQ_REVERSE_S(19, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0ad3a362021fe56c85bfc7190e86bb2a"> 49</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_19(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_19(op, st, BOOST_PP_SEQ_REVERSE_S(20, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7be1eef18d7c4e1dfa3a7d5a99c5c4bf"> 50</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_20(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_20(op, st, BOOST_PP_SEQ_REVERSE_S(21, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad710fa08204d90c7dda0035c1ac63b8e"> 51</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_21(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_21(op, st, BOOST_PP_SEQ_REVERSE_S(22, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#acaea615d723ae431f926fa979fd177f9"> 52</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_22(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_22(op, st, BOOST_PP_SEQ_REVERSE_S(23, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7449933ca707f22008fff59a153c591b"> 53</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_23(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_23(op, st, BOOST_PP_SEQ_REVERSE_S(24, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac57a2d4b1f060542903e0ebd1ebbd2a0"> 54</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_24(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_24(op, st, BOOST_PP_SEQ_REVERSE_S(25, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5361b5dbc2e5c11b6b5f1992b0bbdd59"> 55</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_25(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_25(op, st, BOOST_PP_SEQ_REVERSE_S(26, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af22c6c3c9763f9240d415e22d22ef882"> 56</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_26(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_26(op, st, BOOST_PP_SEQ_REVERSE_S(27, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5e7dda998d917cb61d1ba563fef7bc81"> 57</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_27(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_27(op, st, BOOST_PP_SEQ_REVERSE_S(28, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a14dfcb5a0c207c82c97bf6513b67dc72"> 58</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_28(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_28(op, st, BOOST_PP_SEQ_REVERSE_S(29, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae502bb4181ad1cb9eaa93acab80d1077"> 59</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_29(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_29(op, st, BOOST_PP_SEQ_REVERSE_S(30, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a240c9ff41a2580aa4a016a6fc9f00dcf"> 60</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_30(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_30(op, st, BOOST_PP_SEQ_REVERSE_S(31, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa2fc2058a25b4fcb5875c244a12e4a19"> 61</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_31(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_31(op, st, BOOST_PP_SEQ_REVERSE_S(32, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#afa78d56ab050ee58454c68179439ab0c"> 62</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_32(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_32(op, st, BOOST_PP_SEQ_REVERSE_S(33, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a73b6cd6a2fc66bd36787d68fed608bfa"> 63</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_33(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_33(op, st, BOOST_PP_SEQ_REVERSE_S(34, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae731cfac062839415f7d8957810aad75"> 64</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_34(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_34(op, st, BOOST_PP_SEQ_REVERSE_S(35, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6fe44193aed06cabdc1fb5e27d761eaa"> 65</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_35(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_35(op, st, BOOST_PP_SEQ_REVERSE_S(36, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab87a8b24ca18fee609efcffe62d9e002"> 66</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_36(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_36(op, st, BOOST_PP_SEQ_REVERSE_S(37, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab6cffa9baa12aec400b7dfd5f48845f4"> 67</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_37(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_37(op, st, BOOST_PP_SEQ_REVERSE_S(38, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6d10f55e74709e97b70a8b300fd2f43e"> 68</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_38(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_38(op, st, BOOST_PP_SEQ_REVERSE_S(39, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad3652a5d4b0b7f341f23a93569714b80"> 69</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_39(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_39(op, st, BOOST_PP_SEQ_REVERSE_S(40, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab72521aadeaefef9d2b99f1bb7a732e3"> 70</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_40(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_40(op, st, BOOST_PP_SEQ_REVERSE_S(41, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa0e9049279a3d208f4b9a989813be108"> 71</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_41(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_41(op, st, BOOST_PP_SEQ_REVERSE_S(42, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab50a3523b50490fde35f9c8a97c5153d"> 72</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_42(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_42(op, st, BOOST_PP_SEQ_REVERSE_S(43, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac157d5ffe1b7dbd0582aca1b9d774744"> 73</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_43(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_43(op, st, BOOST_PP_SEQ_REVERSE_S(44, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8b9a259e0d835cc8251ef3a444bfdd1e"> 74</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_44(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_44(op, st, BOOST_PP_SEQ_REVERSE_S(45, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5dd399979dc20b53d7830efb6e4b6348"> 75</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_45(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_45(op, st, BOOST_PP_SEQ_REVERSE_S(46, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6a9e1e785830cfaae0ebf381b7ab4b3a"> 76</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_46(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_46(op, st, BOOST_PP_SEQ_REVERSE_S(47, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad974478f7fa6648c676ba6034ab66f0a"> 77</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_47(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_47(op, st, BOOST_PP_SEQ_REVERSE_S(48, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a52ba23a9ca41ba92ffe58984f61db471"> 78</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_48(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_48(op, st, BOOST_PP_SEQ_REVERSE_S(49, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7d8fe708b09f95132f8a2000da4c9f32"> 79</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_49(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_49(op, st, BOOST_PP_SEQ_REVERSE_S(50, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#acb7064885326db93ee9f495cfadd31f4"> 80</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_50(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_50(op, st, BOOST_PP_SEQ_REVERSE_S(51, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#acceb4aaef2bc4587dfe1f7111ffd3a04"> 81</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_51(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_51(op, st, BOOST_PP_SEQ_REVERSE_S(52, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#adeefbea336dd75ab26f2b4dfcb1ee82e"> 82</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_52(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_52(op, st, BOOST_PP_SEQ_REVERSE_S(53, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7ede73289152bfdc435932aa74ab7a77"> 83</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_53(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_53(op, st, BOOST_PP_SEQ_REVERSE_S(54, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ade4eaff941a8118d93c1c932b69a32b6"> 84</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_54(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_54(op, st, BOOST_PP_SEQ_REVERSE_S(55, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8b1a194ca1b7478b144e142033e3f37c"> 85</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_55(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_55(op, st, BOOST_PP_SEQ_REVERSE_S(56, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5cc78636999f718d2b56ca282b7a3285"> 86</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_56(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_56(op, st, BOOST_PP_SEQ_REVERSE_S(57, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a09d09639c393c492808a6ae438b92001"> 87</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_57(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_57(op, st, BOOST_PP_SEQ_REVERSE_S(58, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a183030abbfeefb8750ef8f18b65ece30"> 88</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_58(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_58(op, st, BOOST_PP_SEQ_REVERSE_S(59, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae95319d21f6d4122d025614bb42c5871"> 89</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_59(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_59(op, st, BOOST_PP_SEQ_REVERSE_S(60, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a980a2b5443c4efcb160d63c807ad0c37"> 90</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_60(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_60(op, st, BOOST_PP_SEQ_REVERSE_S(61, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#abddc5c1fa52e2ccb9446bff61e72229e"> 91</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_61(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_61(op, st, BOOST_PP_SEQ_REVERSE_S(62, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3542f82ecd2876ad1431d05374a7ff86"> 92</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_62(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_62(op, st, BOOST_PP_SEQ_REVERSE_S(63, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a314c4796694fb6bd4c54216880c19dba"> 93</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_63(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_63(op, st, BOOST_PP_SEQ_REVERSE_S(64, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aed1c31d69827b7d200ca2d6864308d6a"> 94</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_64(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_64(op, st, BOOST_PP_SEQ_REVERSE_S(65, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad7794ee9f7dddaddf6fc6883238f6f77"> 95</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_65(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_65(op, st, BOOST_PP_SEQ_REVERSE_S(66, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad17bb837e9a0a166b55ef73ddaac546c"> 96</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_66(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_66(op, st, BOOST_PP_SEQ_REVERSE_S(67, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5a98d9ffe334dd6312f357c724b2fa77"> 97</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_67(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_67(op, st, BOOST_PP_SEQ_REVERSE_S(68, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad5b0fac2d4a12dd0e77c93b9676ce626"> 98</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_68(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_68(op, st, BOOST_PP_SEQ_REVERSE_S(69, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5b3eb081c1bcd6c8c18ab0c2e39b8a28"> 99</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_69(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_69(op, st, BOOST_PP_SEQ_REVERSE_S(70, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a072f370ec8da86749757af2be3e38789"> 100</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_70(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_70(op, st, BOOST_PP_SEQ_REVERSE_S(71, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a30b55a38d12ea2f53e7b059b38925bed"> 101</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_71(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_71(op, st, BOOST_PP_SEQ_REVERSE_S(72, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a786bca9826103d78725b7b132837dda1"> 102</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_72(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_72(op, st, BOOST_PP_SEQ_REVERSE_S(73, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9fa4a7341620ab5e7ee56320d0118438"> 103</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_73(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_73(op, st, BOOST_PP_SEQ_REVERSE_S(74, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a79f1eb257cbbb81c9a3324d2b2cc40d6"> 104</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_74(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_74(op, st, BOOST_PP_SEQ_REVERSE_S(75, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa4c7e97c74c0d3eb8100d09a4dc54d92"> 105</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_75(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_75(op, st, BOOST_PP_SEQ_REVERSE_S(76, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#acf63ce3c5a56106916c0a1f1f02e4888"> 106</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_76(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_76(op, st, BOOST_PP_SEQ_REVERSE_S(77, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab2365a86efca18431a80652795861cac"> 107</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_77(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_77(op, st, BOOST_PP_SEQ_REVERSE_S(78, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a96ce56ac4ca15fa4c58fbf92871d0980"> 108</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_78(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_78(op, st, BOOST_PP_SEQ_REVERSE_S(79, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4b7b825b8fb789df5d2ceb6dd3c6f1c9"> 109</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_79(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_79(op, st, BOOST_PP_SEQ_REVERSE_S(80, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#afcab041b57d368abb818f6013f85920b"> 110</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_80(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_80(op, st, BOOST_PP_SEQ_REVERSE_S(81, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a130db1013f0b7dfbc6c42f9cf6753c51"> 111</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_81(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_81(op, st, BOOST_PP_SEQ_REVERSE_S(82, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4b4ed636b0500e5b363be9849b9504e2"> 112</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_82(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_82(op, st, BOOST_PP_SEQ_REVERSE_S(83, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aec123ecd803e3285de3d5cd44d8c6375"> 113</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_83(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_83(op, st, BOOST_PP_SEQ_REVERSE_S(84, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9462e94172d53a5257c8ca1619bf7946"> 114</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_84(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_84(op, st, BOOST_PP_SEQ_REVERSE_S(85, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0e472e943ad478d16da937c453383592"> 115</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_85(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_85(op, st, BOOST_PP_SEQ_REVERSE_S(86, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6a9839bd7ca836fe111da1da3aec4a3f"> 116</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_86(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_86(op, st, BOOST_PP_SEQ_REVERSE_S(87, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aae37ebfbb74b3a36b158a07b3f0833aa"> 117</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_87(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_87(op, st, BOOST_PP_SEQ_REVERSE_S(88, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af327b025bc356e55fb55c9407c34c78b"> 118</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_88(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_88(op, st, BOOST_PP_SEQ_REVERSE_S(89, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a985d47e4ee1cd1c610ebd082006cd860"> 119</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_89(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_89(op, st, BOOST_PP_SEQ_REVERSE_S(90, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a59cc023dfc46fc9fef30de6e8c2c612a"> 120</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_90(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_90(op, st, BOOST_PP_SEQ_REVERSE_S(91, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a975d5a43c8ce8dd0eedf77c3e156dd7e"> 121</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_91(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_91(op, st, BOOST_PP_SEQ_REVERSE_S(92, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac66e4fb08003d610db2aba61ff7a61bb"> 122</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_92(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_92(op, st, BOOST_PP_SEQ_REVERSE_S(93, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a10c508251a2a7dcd131fbf943f6d8751"> 123</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_93(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_93(op, st, BOOST_PP_SEQ_REVERSE_S(94, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#adf8f85b047a466e31b6dc4f7b8ade29c"> 124</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_94(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_94(op, st, BOOST_PP_SEQ_REVERSE_S(95, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a62fcc31d5811096debd25b525ae97ec1"> 125</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_95(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_95(op, st, BOOST_PP_SEQ_REVERSE_S(96, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2b68115460b52ced71b91e0a54d9661d"> 126</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_96(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_96(op, st, BOOST_PP_SEQ_REVERSE_S(97, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac35a1c434d9b31f8e4dc635cff1160de"> 127</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_97(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_97(op, st, BOOST_PP_SEQ_REVERSE_S(98, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2387dc56373c9900b9fa9a4b853761e4"> 128</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_98(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_98(op, st, BOOST_PP_SEQ_REVERSE_S(99, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af7deebeb3b975fdf407a3534b8b3264c"> 129</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_99(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_99(op, st, BOOST_PP_SEQ_REVERSE_S(100, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a86df91c9b8684d1024fe366661097df9"> 130</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_100(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_100(op, st, BOOST_PP_SEQ_REVERSE_S(101, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5e47d200205a4b521fdb8ac714c1d8d9"> 131</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_101(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_101(op, st, BOOST_PP_SEQ_REVERSE_S(102, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac54923bf9ee4fc795693e111c6e8e52b"> 132</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_102(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_102(op, st, BOOST_PP_SEQ_REVERSE_S(103, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0bfa03d6234b54f96522983ec18d4815"> 133</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_103(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_103(op, st, BOOST_PP_SEQ_REVERSE_S(104, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af2d89f0f533e44695076acd2eb4b09aa"> 134</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_104(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_104(op, st, BOOST_PP_SEQ_REVERSE_S(105, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a523286547b8d4d4899f07a2acd33ca75"> 135</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_105(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_105(op, st, BOOST_PP_SEQ_REVERSE_S(106, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa9cf71b9a25975c3e8b57727d0304f46"> 136</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_106(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_106(op, st, BOOST_PP_SEQ_REVERSE_S(107, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3830d0a38b990d0f5590df21989a7191"> 137</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_107(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_107(op, st, BOOST_PP_SEQ_REVERSE_S(108, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#adbcb88b3b45422a8dd24ed200a2ea8a8"> 138</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_108(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_108(op, st, BOOST_PP_SEQ_REVERSE_S(109, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae36ca11f082369013c87ed802b4f8358"> 139</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_109(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_109(op, st, BOOST_PP_SEQ_REVERSE_S(110, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad48f0333b1f03b75842519aca8c79b11"> 140</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_110(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_110(op, st, BOOST_PP_SEQ_REVERSE_S(111, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a69e3cb62dba76a8af593edd91b65faaa"> 141</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_111(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_111(op, st, BOOST_PP_SEQ_REVERSE_S(112, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa0d1a3961ce2ee76344592190edd87a7"> 142</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_112(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_112(op, st, BOOST_PP_SEQ_REVERSE_S(113, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1abb321ba1ba20e44f9f524cbdb5f0a1"> 143</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_113(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_113(op, st, BOOST_PP_SEQ_REVERSE_S(114, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab2ab2a8c975ddeca83a9628a7fe2d58f"> 144</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_114(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_114(op, st, BOOST_PP_SEQ_REVERSE_S(115, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a43bbb5f784121d5e791a2a32dee9066e"> 145</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_115(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_115(op, st, BOOST_PP_SEQ_REVERSE_S(116, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8391c89eb4fc3be0e602ad509f37a1c1"> 146</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_116(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_116(op, st, BOOST_PP_SEQ_REVERSE_S(117, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9e4f711e45871124202671af92b8993d"> 147</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_117(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_117(op, st, BOOST_PP_SEQ_REVERSE_S(118, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae3149546279293385f5b187edeead4c7"> 148</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_118(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_118(op, st, BOOST_PP_SEQ_REVERSE_S(119, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3aafbbbb1193d182654ac72c0875d6de"> 149</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_119(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_119(op, st, BOOST_PP_SEQ_REVERSE_S(120, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#acace03cc0d12a98aeb39b90ab3d58c85"> 150</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_120(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_120(op, st, BOOST_PP_SEQ_REVERSE_S(121, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af00522041bea5585e1ecd24c296146c2"> 151</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_121(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_121(op, st, BOOST_PP_SEQ_REVERSE_S(122, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac9c992b69659c57f748c20ab37840ed9"> 152</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_122(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_122(op, st, BOOST_PP_SEQ_REVERSE_S(123, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#afd96b2c0fdd2a2aa0f39cce572939d0a"> 153</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_123(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_123(op, st, BOOST_PP_SEQ_REVERSE_S(124, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7954210667c9fac7f0f04ffbb615453e"> 154</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_124(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_124(op, st, BOOST_PP_SEQ_REVERSE_S(125, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4136f589b826688e1cc7e0d3e0305d78"> 155</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_125(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_125(op, st, BOOST_PP_SEQ_REVERSE_S(126, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a77a5430a04ad96d3872e9e677a334fd1"> 156</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_126(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_126(op, st, BOOST_PP_SEQ_REVERSE_S(127, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6481236dc6aac38093721a3f8c4781f5"> 157</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_127(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_127(op, st, BOOST_PP_SEQ_REVERSE_S(128, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa9244ca981766ed5d146be2c73d24816"> 158</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_128(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_128(op, st, BOOST_PP_SEQ_REVERSE_S(129, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aab71a7c57e7e463ab1ef8464f6593ad3"> 159</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_129(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_129(op, st, BOOST_PP_SEQ_REVERSE_S(130, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac5b93671a14307ffc873b2825185baa9"> 160</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_130(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_130(op, st, BOOST_PP_SEQ_REVERSE_S(131, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5c3106deacc6ab4cc2f5421c3e323872"> 161</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_131(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_131(op, st, BOOST_PP_SEQ_REVERSE_S(132, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac196596006735a240e5df4d3cea40a69"> 162</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_132(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_132(op, st, BOOST_PP_SEQ_REVERSE_S(133, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af39f43e45cff3cce6c3cb2031093afe8"> 163</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_133(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_133(op, st, BOOST_PP_SEQ_REVERSE_S(134, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab2f75bc299fec63b09577d21ef680b4a"> 164</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_134(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_134(op, st, BOOST_PP_SEQ_REVERSE_S(135, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1b205b9106027b2b588ea9ed9cd71436"> 165</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_135(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_135(op, st, BOOST_PP_SEQ_REVERSE_S(136, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3a7fc735c3bca9d97b01d1cd06a5da67"> 166</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_136(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_136(op, st, BOOST_PP_SEQ_REVERSE_S(137, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a013eb136abee2fdc700fdcf76acc8644"> 167</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_137(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_137(op, st, BOOST_PP_SEQ_REVERSE_S(138, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a96683611e900ab6478ab94b96ae0f794"> 168</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_138(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_138(op, st, BOOST_PP_SEQ_REVERSE_S(139, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2ad074c0296cd156561a941fffe295d9"> 169</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_139(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_139(op, st, BOOST_PP_SEQ_REVERSE_S(140, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0703b27a7c68ad24329138f75ff743c8"> 170</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_140(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_140(op, st, BOOST_PP_SEQ_REVERSE_S(141, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a37b7642d08a5fa3ddb8df9f2f055f6d4"> 171</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_141(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_141(op, st, BOOST_PP_SEQ_REVERSE_S(142, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae810ac26c8fad7bfe4bed16497080b86"> 172</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_142(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_142(op, st, BOOST_PP_SEQ_REVERSE_S(143, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9a0261ada55d711b35808c8842875c5b"> 173</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_143(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_143(op, st, BOOST_PP_SEQ_REVERSE_S(144, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8542d8aec66a64b1c0747d0c102da46c"> 174</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_144(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_144(op, st, BOOST_PP_SEQ_REVERSE_S(145, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1dba07b15e1b4a7fbc3fbf7db64f2345"> 175</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_145(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_145(op, st, BOOST_PP_SEQ_REVERSE_S(146, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0d0b38aa3f303d40341d694d0ba92ba9"> 176</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_146(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_146(op, st, BOOST_PP_SEQ_REVERSE_S(147, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad5e8099e613df2230b0cd67d169646b2"> 177</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_147(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_147(op, st, BOOST_PP_SEQ_REVERSE_S(148, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#abf4d204bf1ecee3ac5f3db62eec67363"> 178</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_148(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_148(op, st, BOOST_PP_SEQ_REVERSE_S(149, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a54f373774afc395e91298e63b91fe4f0"> 179</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_149(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_149(op, st, BOOST_PP_SEQ_REVERSE_S(150, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8534563abf2325414dd24c25997dc39f"> 180</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_150(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_150(op, st, BOOST_PP_SEQ_REVERSE_S(151, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7d5dfb985366d113ff33c0884f709c20"> 181</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_151(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_151(op, st, BOOST_PP_SEQ_REVERSE_S(152, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1dc1cb7af7a7a2feb3338352c2a3dd3c"> 182</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_152(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_152(op, st, BOOST_PP_SEQ_REVERSE_S(153, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aedc1262abeceb4a3efa6123e934fb9be"> 183</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_153(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_153(op, st, BOOST_PP_SEQ_REVERSE_S(154, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a636bbcd5e532923452626785b8244339"> 184</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_154(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_154(op, st, BOOST_PP_SEQ_REVERSE_S(155, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6fc51291927e26559e9adf317ca16912"> 185</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_155(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_155(op, st, BOOST_PP_SEQ_REVERSE_S(156, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6b8c1d3cc57cf1b89c356f28362534a6"> 186</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_156(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_156(op, st, BOOST_PP_SEQ_REVERSE_S(157, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1ececf0883ac3196cf661130be817303"> 187</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_157(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_157(op, st, BOOST_PP_SEQ_REVERSE_S(158, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af1f9ed715cb054ec66283249e3b9953a"> 188</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_158(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_158(op, st, BOOST_PP_SEQ_REVERSE_S(159, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af3509445c8a8fc89ec06af252ff49550"> 189</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_159(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_159(op, st, BOOST_PP_SEQ_REVERSE_S(160, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa552751e817a46d83a0c996f7d417216"> 190</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_160(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_160(op, st, BOOST_PP_SEQ_REVERSE_S(161, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae3a57bb5e9a277718cde4d33656661fe"> 191</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_161(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_161(op, st, BOOST_PP_SEQ_REVERSE_S(162, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae438763cf51cf8636bb14d6d3d390d07"> 192</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_162(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_162(op, st, BOOST_PP_SEQ_REVERSE_S(163, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a360bf1ba6d16ae330093477589d1ae6b"> 193</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_163(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_163(op, st, BOOST_PP_SEQ_REVERSE_S(164, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac7f55040f6e0e4dc9cde7e6d080dc9a3"> 194</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_164(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_164(op, st, BOOST_PP_SEQ_REVERSE_S(165, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1cb5b17c41106b39ebb974aeec59bfe5"> 195</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_165(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_165(op, st, BOOST_PP_SEQ_REVERSE_S(166, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#abcc31e183a80e154033390a385b3621c"> 196</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_166(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_166(op, st, BOOST_PP_SEQ_REVERSE_S(167, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9cb587fa4006cb33bf34bdfc54967a6f"> 197</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_167(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_167(op, st, BOOST_PP_SEQ_REVERSE_S(168, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0005d690185d7fcbb770e4297626bd17"> 198</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_168(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_168(op, st, BOOST_PP_SEQ_REVERSE_S(169, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aee8fea015182721e8cd3367cfd63e538"> 199</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_169(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_169(op, st, BOOST_PP_SEQ_REVERSE_S(170, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7cff84d8578b75e9dd57dcd33c913337"> 200</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_170(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_170(op, st, BOOST_PP_SEQ_REVERSE_S(171, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab5ccd0b739ec4f665fbce2c83c0ec600"> 201</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_171(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_171(op, st, BOOST_PP_SEQ_REVERSE_S(172, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae46bc8b97562d91dccd2c10911c1c23b"> 202</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_172(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_172(op, st, BOOST_PP_SEQ_REVERSE_S(173, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5893ae1c33f6cff1d6322910cc429e6f"> 203</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_173(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_173(op, st, BOOST_PP_SEQ_REVERSE_S(174, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af39b293bf1e5ed483a4992a713efe2cd"> 204</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_174(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_174(op, st, BOOST_PP_SEQ_REVERSE_S(175, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a242a161b3d25a8568b7f9e4ef93a145a"> 205</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_175(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_175(op, st, BOOST_PP_SEQ_REVERSE_S(176, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2f99c7afd2c203c834f09f2e66d86691"> 206</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_176(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_176(op, st, BOOST_PP_SEQ_REVERSE_S(177, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#add08764cbe766d33bdf541dace560c2c"> 207</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_177(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_177(op, st, BOOST_PP_SEQ_REVERSE_S(178, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a516a830396f99add8f8b84da8f769658"> 208</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_178(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_178(op, st, BOOST_PP_SEQ_REVERSE_S(179, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aafe1cb0afbf83c0d88294c430b87da50"> 209</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_179(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_179(op, st, BOOST_PP_SEQ_REVERSE_S(180, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae4d1d6f5d4fd84ff0e0d837ac9c1130b"> 210</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_180(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_180(op, st, BOOST_PP_SEQ_REVERSE_S(181, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4697a059e23a2a10ef5c1372612384c0"> 211</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_181(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_181(op, st, BOOST_PP_SEQ_REVERSE_S(182, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9f210045c2a7e1295c531be0fc1dddb0"> 212</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_182(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_182(op, st, BOOST_PP_SEQ_REVERSE_S(183, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad12b5319ddf00755913c23c25457dc06"> 213</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_183(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_183(op, st, BOOST_PP_SEQ_REVERSE_S(184, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a05bd1fd09fc8dce8df7cd53c71a9b59b"> 214</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_184(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_184(op, st, BOOST_PP_SEQ_REVERSE_S(185, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad29ab57028b970e1e835b96563936c99"> 215</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_185(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_185(op, st, BOOST_PP_SEQ_REVERSE_S(186, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab76b7b856b0878c7e52ba5e666dac6dc"> 216</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_186(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_186(op, st, BOOST_PP_SEQ_REVERSE_S(187, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a75b42c1529fbff71fd5f5900ab6e9400"> 217</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_187(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_187(op, st, BOOST_PP_SEQ_REVERSE_S(188, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9373229b1156e73488dbf4bff9210951"> 218</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_188(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_188(op, st, BOOST_PP_SEQ_REVERSE_S(189, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a2555c46aed375a8698dc443ec1870179"> 219</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_189(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_189(op, st, BOOST_PP_SEQ_REVERSE_S(190, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ae72c1bc94471a51fe83474998bc5e902"> 220</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_190(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_190(op, st, BOOST_PP_SEQ_REVERSE_S(191, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa3f335cc289050b7711fbf0c0951dc61"> 221</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_191(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_191(op, st, BOOST_PP_SEQ_REVERSE_S(192, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aac9f26d418875d4ed7386e725d882bfd"> 222</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_192(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_192(op, st, BOOST_PP_SEQ_REVERSE_S(193, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7aed63499f0f1684a50fe455c7955ba5"> 223</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_193(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_193(op, st, BOOST_PP_SEQ_REVERSE_S(194, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a42007f3c12311e532c51a328de9917af"> 224</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_194(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_194(op, st, BOOST_PP_SEQ_REVERSE_S(195, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#acd012bdfefad904c872f832ccdcb55ac"> 225</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_195(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_195(op, st, BOOST_PP_SEQ_REVERSE_S(196, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#adbf915f1dd42ef81c94a687026fb6863"> 226</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_196(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_196(op, st, BOOST_PP_SEQ_REVERSE_S(197, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a443ef1e6d783db48781e3d6538ab8484"> 227</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_197(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_197(op, st, BOOST_PP_SEQ_REVERSE_S(198, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4df37c3da4608416c684b70215b7bdc4"> 228</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_198(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_198(op, st, BOOST_PP_SEQ_REVERSE_S(199, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a68c99d7edd775a4984d54a36cb7af8e2"> 229</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_199(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_199(op, st, BOOST_PP_SEQ_REVERSE_S(200, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a683ce4eb45cfe3560b66517f62fa2155"> 230</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_200(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_200(op, st, BOOST_PP_SEQ_REVERSE_S(201, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3e831e403099ad07667175853ebb7882"> 231</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_201(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_201(op, st, BOOST_PP_SEQ_REVERSE_S(202, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af8b8d1596af37bca2e0a4ce6cc6b1c8d"> 232</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_202(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_202(op, st, BOOST_PP_SEQ_REVERSE_S(203, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a05cc828d1104c5b7c5f71269df7402a2"> 233</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_203(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_203(op, st, BOOST_PP_SEQ_REVERSE_S(204, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9bff5d83a75a80b84bc945e4b3890736"> 234</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_204(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_204(op, st, BOOST_PP_SEQ_REVERSE_S(205, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7992214928bd7868459c8d832232b213"> 235</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_205(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_205(op, st, BOOST_PP_SEQ_REVERSE_S(206, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aa9ace7f57efdb309afac4795b724dc06"> 236</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_206(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_206(op, st, BOOST_PP_SEQ_REVERSE_S(207, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a14482bee1d95d34b3160ed7fd6f87007"> 237</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_207(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_207(op, st, BOOST_PP_SEQ_REVERSE_S(208, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a0f5d14262cb25044b731db199942d462"> 238</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_208(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_208(op, st, BOOST_PP_SEQ_REVERSE_S(209, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6f1572e46fdf9daf9e50ff67d19a0404"> 239</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_209(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_209(op, st, BOOST_PP_SEQ_REVERSE_S(210, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a6a3120794607073713e6b1ad6c3bb752"> 240</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_210(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_210(op, st, BOOST_PP_SEQ_REVERSE_S(211, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7e53b2d9f89fe82616afd66e3ec24cc3"> 241</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_211(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_211(op, st, BOOST_PP_SEQ_REVERSE_S(212, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab3ff35a36dc7b5a8b9fe859f0e2f99d3"> 242</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_212(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_212(op, st, BOOST_PP_SEQ_REVERSE_S(213, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aaaf5b88e1ccec917a2c77a715561ca13"> 243</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_213(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_213(op, st, BOOST_PP_SEQ_REVERSE_S(214, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af153d582434987aa7bf3c35cdef2439c"> 244</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_214(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_214(op, st, BOOST_PP_SEQ_REVERSE_S(215, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a963e134921ccd4f04ddbcfb58b6d3266"> 245</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_215(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_215(op, st, BOOST_PP_SEQ_REVERSE_S(216, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4c52d0c6708c3313132a2903135b5ff4"> 246</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_216(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_216(op, st, BOOST_PP_SEQ_REVERSE_S(217, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a352539a09315e40829b5bc79e3fd0eda"> 247</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_217(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_217(op, st, BOOST_PP_SEQ_REVERSE_S(218, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8fef63b0bd3d06b0e7a1426cc8d756d5"> 248</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_218(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_218(op, st, BOOST_PP_SEQ_REVERSE_S(219, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a13b29f3146e5c56c4c514b083b93cfae"> 249</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_219(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_219(op, st, BOOST_PP_SEQ_REVERSE_S(220, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a5b28b7345aa602c6480de8491c8ebc4d"> 250</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_220(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_220(op, st, BOOST_PP_SEQ_REVERSE_S(221, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a57da7bc944a94f73c486831bd6d6ce60"> 251</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_221(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_221(op, st, BOOST_PP_SEQ_REVERSE_S(222, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a24f6ab3de0ce4f44a38cfd7eb918dbd4"> 252</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_222(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_222(op, st, BOOST_PP_SEQ_REVERSE_S(223, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8b3726c6530531d13cdf55327bd0e2e7"> 253</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_223(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_223(op, st, BOOST_PP_SEQ_REVERSE_S(224, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab4a4a3bae9038af119461e41e405807a"> 254</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_224(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_224(op, st, BOOST_PP_SEQ_REVERSE_S(225, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a698aac806adece870d4ee944c7d4064f"> 255</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_225(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_225(op, st, BOOST_PP_SEQ_REVERSE_S(226, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a539ea7941ddcfdb2cf2824691f368b15"> 256</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_226(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_226(op, st, BOOST_PP_SEQ_REVERSE_S(227, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac3fcb867b3e8ac886f435ef0165668e7"> 257</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_227(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_227(op, st, BOOST_PP_SEQ_REVERSE_S(228, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#af9b403fc47169fa52de25ce9310b169f"> 258</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_228(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_228(op, st, BOOST_PP_SEQ_REVERSE_S(229, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#abde6259d6d463c049be231f6adec1a00"> 259</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_229(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_229(op, st, BOOST_PP_SEQ_REVERSE_S(230, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7dbbb0d01acd444d86c9541dcec61106"> 260</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_230(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_230(op, st, BOOST_PP_SEQ_REVERSE_S(231, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#adaa951385422dcd639d23c86598e2f65"> 261</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_231(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_231(op, st, BOOST_PP_SEQ_REVERSE_S(232, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a02b6924c815d43affd1c2249c3f11e12"> 262</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_232(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_232(op, st, BOOST_PP_SEQ_REVERSE_S(233, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad6bc1477ea3158f867b7937d0cfba39e"> 263</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_233(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_233(op, st, BOOST_PP_SEQ_REVERSE_S(234, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a824c2e6c3b2a72852affe11df9c58ee3"> 264</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_234(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_234(op, st, BOOST_PP_SEQ_REVERSE_S(235, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a39ca0eb7f8937aaef70a765c367b9e94"> 265</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_235(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_235(op, st, BOOST_PP_SEQ_REVERSE_S(236, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a764fd3ae44aea9b813e3491f2073f425"> 266</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_236(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_236(op, st, BOOST_PP_SEQ_REVERSE_S(237, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1cd61409403676c6a1da7bdd56f6ba07"> 267</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_237(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_237(op, st, BOOST_PP_SEQ_REVERSE_S(238, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a44341764cfe432c9edd303a104f0047d"> 268</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_238(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_238(op, st, BOOST_PP_SEQ_REVERSE_S(239, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a83c43e1af87b73107a1624fa27a22e50"> 269</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_239(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_239(op, st, BOOST_PP_SEQ_REVERSE_S(240, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a84ad7102d0728c9e9b2523cee57ded51"> 270</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_240(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_240(op, st, BOOST_PP_SEQ_REVERSE_S(241, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#afeceff2472662c60372d853f861f26fe"> 271</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_241(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_241(op, st, BOOST_PP_SEQ_REVERSE_S(242, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a7a1ba769ff0694406ba0af12717c7a32"> 272</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_242(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_242(op, st, BOOST_PP_SEQ_REVERSE_S(243, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4191cc305e4e8d6bdd7faef5538b57f2"> 273</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_243(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_243(op, st, BOOST_PP_SEQ_REVERSE_S(244, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a8da4d02dbb68037f5376d26a61de3c32"> 274</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_244(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_244(op, st, BOOST_PP_SEQ_REVERSE_S(245, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a1a13fed449f59f553a078f88418ec728"> 275</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_245(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_245(op, st, BOOST_PP_SEQ_REVERSE_S(246, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ac09a59a89c0d7ed1daaa5a24f0585d48"> 276</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_246(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_246(op, st, BOOST_PP_SEQ_REVERSE_S(247, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a4b94265fa4137a18d2a9279c28067ad7"> 277</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_247(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_247(op, st, BOOST_PP_SEQ_REVERSE_S(248, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ab45e82455d019eba717fb0fdd536759a"> 278</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_248(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_248(op, st, BOOST_PP_SEQ_REVERSE_S(249, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a294946ce8f7f89593540b9d9854fc632"> 279</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_249(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_249(op, st, BOOST_PP_SEQ_REVERSE_S(250, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#ad0e4d8131d6fcd55c66c99ff6ebc4b15"> 280</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_250(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_250(op, st, BOOST_PP_SEQ_REVERSE_S(251, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a04a23c3c43543858aae6be5f066e20bd"> 281</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_251(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_251(op, st, BOOST_PP_SEQ_REVERSE_S(252, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a76c8ad491fecd59044b650a7926f8caa"> 282</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_252(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_252(op, st, BOOST_PP_SEQ_REVERSE_S(253, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a3df60a8f90fb6dff427529fc82b36a78"> 283</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_253(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_253(op, st, BOOST_PP_SEQ_REVERSE_S(254, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aef6244621b8cc03275b0f399caf05ca8"> 284</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_254(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_254(op, st, BOOST_PP_SEQ_REVERSE_S(255, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#a9c1392653b82f5770f4ecc843f91c9a5"> 285</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_255(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_255(op, st, BOOST_PP_SEQ_REVERSE_S(256, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="seq_2fold__right_8hpp.html#aea9af9aa28a8528f41b20b920a337e21"> 286</a></span> <span class="preprocessor"># define BOOST_PP_SEQ_FOLD_RIGHT_256(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_256(op, st, BOOST_PP_SEQ_REVERSE_S(257, ss), BOOST_PP_SEQ_SIZE(ss))</span></div><div class="line"><a name="l00287"></a><span class="lineno"> 287</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00288"></a><span class="lineno"> 288</span> <span class="preprocessor"># endif</span></div><div class="ttc" id="auto__rec_8hpp_html"><div class="ttname"><a href="auto__rec_8hpp.html">auto_rec.hpp</a></div></div>
<div class="ttc" id="seq_2reverse_8hpp_html"><div class="ttname"><a href="seq_2reverse_8hpp.html">reverse.hpp</a></div></div>
<div class="ttc" id="cat_8hpp_html"><div class="ttname"><a href="cat_8hpp.html">cat.hpp</a></div></div>
<div class="ttc" id="seq_2fold__left_8hpp_html"><div class="ttname"><a href="seq_2fold__left_8hpp.html">fold_left.hpp</a></div></div>
<div class="ttc" id="seq_2seq_8hpp_html"><div class="ttname"><a href="seq_2seq_8hpp.html">seq.hpp</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>