msgpack/cpp/list_2detail_2fold__right_8hpp_source.html
2017-06-30 11:05:26 +09:00

80 lines
90 KiB
HTML

<!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>MessagePack for C++: /home/kondo/work/msgpack-c/include/msgpack/preprocessor/list/detail/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="projectalign" style="padding-left: 0.5em;">
<div id="projectname">MessagePack for C++
</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_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_dd2411636cfeb3780831d8d9eec9249e.html">msgpack</a></li><li class="navelem"><a class="el" href="dir_97f5efed08092dcc5ea6193e4d579575.html">preprocessor</a></li><li class="navelem"><a class="el" href="dir_e24465aa56ac01ad3d1af8c65bd9f326.html">list</a></li><li class="navelem"><a class="el" href="dir_eabcf3ac60c72b1d1551a527fbc566a4.html">detail</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="list_2detail_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>&#160;<span class="preprocessor"># </span><span class="comment">/* Copyright (C) 2001</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"># * Housemarque Oy</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"># * http://www.housemarque.com</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"># *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"># * Distributed under the Boost Software License, Version 1.0. (See</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"># * accompanying file LICENSE_1_0.txt or copy at</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"># * http://www.boost.org/LICENSE_1_0.txt)</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"># */</span><span class="preprocessor"></span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor"># </span><span class="comment">/* Revised by Paul Mensonides (2002) */</span><span class="preprocessor"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<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="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor"># ifndef MSGPACK_PREPROCESSOR_LIST_DETAIL_FOLD_RIGHT_HPP</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor"># define MSGPACK_PREPROCESSOR_LIST_DETAIL_FOLD_RIGHT_HPP</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor"># include &lt;<a class="code" href="list_2fold__left_8hpp.html">msgpack/preprocessor/list/fold_left.hpp</a>&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor"># include &lt;<a class="code" href="list_2reverse_8hpp.html">msgpack/preprocessor/list/reverse.hpp</a>&gt;</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#</span></div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0c20a6a91ca6f15d494b81c38cd7bea6"> 20</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_1(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_1(o, s, MSGPACK_PP_LIST_REVERSE_D(1, l))</span></div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2efecc72e39feb340e7bfc693868a66f"> 21</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_2(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_2(o, s, MSGPACK_PP_LIST_REVERSE_D(2, l))</span></div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae1dea7be794c0d59deffe568525d4f8e"> 22</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_3(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_3(o, s, MSGPACK_PP_LIST_REVERSE_D(3, l))</span></div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a68aa13592371ceb59f903558e3002cf6"> 23</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_4(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_4(o, s, MSGPACK_PP_LIST_REVERSE_D(4, l))</span></div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad631d6627943b72bd4499989a36eda68"> 24</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_5(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_5(o, s, MSGPACK_PP_LIST_REVERSE_D(5, l))</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac3ee117f81efaaef0efed518709b8588"> 25</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_6(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_6(o, s, MSGPACK_PP_LIST_REVERSE_D(6, l))</span></div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adb73e980d8ecaa1c619933745ea95ca4"> 26</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_7(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_7(o, s, MSGPACK_PP_LIST_REVERSE_D(7, l))</span></div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8ee3ab3881511a7e7b927502cc13702d"> 27</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_8(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_8(o, s, MSGPACK_PP_LIST_REVERSE_D(8, l))</span></div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a4dfa4b7bbbdc769ff0f0d64d5bd253c7"> 28</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_9(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_9(o, s, MSGPACK_PP_LIST_REVERSE_D(9, l))</span></div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac51aa5218eb6789080d8fe3608e7d7ac"> 29</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_10(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_10(o, s, MSGPACK_PP_LIST_REVERSE_D(10, l))</span></div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0f475da5bbabf5a55a1212273644091e"> 30</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_11(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_11(o, s, MSGPACK_PP_LIST_REVERSE_D(11, l))</span></div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#acf11b0e93f17aea783f395765f47b627"> 31</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_12(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_12(o, s, MSGPACK_PP_LIST_REVERSE_D(12, l))</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5ef062741d9c0fc9f1fb275e0d7974f0"> 32</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_13(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_13(o, s, MSGPACK_PP_LIST_REVERSE_D(13, l))</span></div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a187c2d9dfa5750b107dda23ced518d24"> 33</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_14(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_14(o, s, MSGPACK_PP_LIST_REVERSE_D(14, l))</span></div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af2d53003ebad506cc5ddc28b9989543c"> 34</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_15(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_15(o, s, MSGPACK_PP_LIST_REVERSE_D(15, l))</span></div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a3cc2837be833738ba0fd2d5fa0abb7db"> 35</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_16(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_16(o, s, MSGPACK_PP_LIST_REVERSE_D(16, l))</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a3d3a8360683284673f49591fc72d34d9"> 36</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_17(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_17(o, s, MSGPACK_PP_LIST_REVERSE_D(17, l))</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae653b23d3748c3153a9c5b978322ed19"> 37</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_18(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_18(o, s, MSGPACK_PP_LIST_REVERSE_D(18, l))</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0a3bc0c2efe97acd70fd4ff76a95809b"> 38</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_19(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_19(o, s, MSGPACK_PP_LIST_REVERSE_D(19, l))</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1624a05e62c9125487a6aeaf5dfc5cf3"> 39</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_20(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_20(o, s, MSGPACK_PP_LIST_REVERSE_D(20, l))</span></div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa93e6f601583a3f2f26778c499b8622c"> 40</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_21(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_21(o, s, MSGPACK_PP_LIST_REVERSE_D(21, l))</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a4ff9f4f9bfc7846cbc0e1a4505f68653"> 41</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_22(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_22(o, s, MSGPACK_PP_LIST_REVERSE_D(22, l))</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1f2c3246c537788d130d6a9572a6b528"> 42</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_23(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_23(o, s, MSGPACK_PP_LIST_REVERSE_D(23, l))</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9942b287c8c8e09764447cec78327577"> 43</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_24(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_24(o, s, MSGPACK_PP_LIST_REVERSE_D(24, l))</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0ea9e0ac1df44418271e34ace5fd1fbc"> 44</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_25(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_25(o, s, MSGPACK_PP_LIST_REVERSE_D(25, l))</span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a11c9feee00b3fb9d0ea52f975c2c74e6"> 45</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_26(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_26(o, s, MSGPACK_PP_LIST_REVERSE_D(26, l))</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7403d6edfc3c7ffe3787114a00cbc8f9"> 46</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_27(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_27(o, s, MSGPACK_PP_LIST_REVERSE_D(27, l))</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a64e2838a6d1f85b35711bad73a1b264f"> 47</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_28(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_28(o, s, MSGPACK_PP_LIST_REVERSE_D(28, l))</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa31839d0c42392b80f9580bee67ca862"> 48</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_29(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_29(o, s, MSGPACK_PP_LIST_REVERSE_D(29, l))</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a69f3dee7aea3aebb63a507fa6128b63f"> 49</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_30(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_30(o, s, MSGPACK_PP_LIST_REVERSE_D(30, l))</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9cb2489e2559e780690a208d37fe0c15"> 50</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_31(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_31(o, s, MSGPACK_PP_LIST_REVERSE_D(31, l))</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6ca27caa45c5b1b7987baf0e2f995617"> 51</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_32(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_32(o, s, MSGPACK_PP_LIST_REVERSE_D(32, l))</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a71f508e4d43ce5eac3782de02ac04066"> 52</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_33(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_33(o, s, MSGPACK_PP_LIST_REVERSE_D(33, l))</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5ea0d5b29d7b3d291bb242d71b8a0bf5"> 53</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_34(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_34(o, s, MSGPACK_PP_LIST_REVERSE_D(34, l))</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa360cf0b39b4e36b367ca98be0a5245d"> 54</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_35(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_35(o, s, MSGPACK_PP_LIST_REVERSE_D(35, l))</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a75ada3137c2d679081a4e14fa31014dd"> 55</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_36(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_36(o, s, MSGPACK_PP_LIST_REVERSE_D(36, l))</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad440b6c19b80f08852cb91e4cab97d47"> 56</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_37(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_37(o, s, MSGPACK_PP_LIST_REVERSE_D(37, l))</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a01b50194baca2ae5d57ee0a2db67682b"> 57</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_38(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_38(o, s, MSGPACK_PP_LIST_REVERSE_D(38, l))</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a76b6691eff72ff5e6442b5402bb2b372"> 58</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_39(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_39(o, s, MSGPACK_PP_LIST_REVERSE_D(39, l))</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a239ea937cd16131af9017011d919c18d"> 59</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_40(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_40(o, s, MSGPACK_PP_LIST_REVERSE_D(40, l))</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a47de04f683da1a1f0bccc926916328d7"> 60</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_41(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_41(o, s, MSGPACK_PP_LIST_REVERSE_D(41, l))</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a339165ce55062974608d354a086b421c"> 61</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_42(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_42(o, s, MSGPACK_PP_LIST_REVERSE_D(42, l))</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7e7dd7d30b82db740c2af42a2f384695"> 62</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_43(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_43(o, s, MSGPACK_PP_LIST_REVERSE_D(43, l))</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa0a131a6754a4e0210476fcc181f6a23"> 63</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_44(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_44(o, s, MSGPACK_PP_LIST_REVERSE_D(44, l))</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a251fff453bc51163b070f0b60305957d"> 64</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_45(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_45(o, s, MSGPACK_PP_LIST_REVERSE_D(45, l))</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6d403ebe1a8a5e27606529c19f7cc5ce"> 65</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_46(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_46(o, s, MSGPACK_PP_LIST_REVERSE_D(46, l))</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a35eb2b262b79dc1636cce436ed8d46b5"> 66</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_47(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_47(o, s, MSGPACK_PP_LIST_REVERSE_D(47, l))</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0568b3e3ca261336fac37ff2c2e11a42"> 67</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_48(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_48(o, s, MSGPACK_PP_LIST_REVERSE_D(48, l))</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a86647d32638fb712f88473ed17811eb3"> 68</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_49(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_49(o, s, MSGPACK_PP_LIST_REVERSE_D(49, l))</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a40366382b484a443307edb2d31197e8d"> 69</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_50(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_50(o, s, MSGPACK_PP_LIST_REVERSE_D(50, l))</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad3507917f8c40042326d3f959faf8374"> 70</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_51(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_51(o, s, MSGPACK_PP_LIST_REVERSE_D(51, l))</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6a2cea26dc1ee8fde404f1fb83e245fa"> 71</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_52(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_52(o, s, MSGPACK_PP_LIST_REVERSE_D(52, l))</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8fe8951d8d02cf87877f2e96b48ca24d"> 72</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_53(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_53(o, s, MSGPACK_PP_LIST_REVERSE_D(53, l))</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af408602b521ab4ab96ed59fc3cd83415"> 73</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_54(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_54(o, s, MSGPACK_PP_LIST_REVERSE_D(54, l))</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a625caed3e07b56c899eaa80677ad2f80"> 74</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_55(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_55(o, s, MSGPACK_PP_LIST_REVERSE_D(55, l))</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#afefe85ee16902f84a82fee5b45b6ef05"> 75</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_56(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_56(o, s, MSGPACK_PP_LIST_REVERSE_D(56, l))</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2df6400ac76d963ce9ef9a48f3d7ede8"> 76</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_57(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_57(o, s, MSGPACK_PP_LIST_REVERSE_D(57, l))</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9feaa9a0960e3f1908c711979f57c8d2"> 77</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_58(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_58(o, s, MSGPACK_PP_LIST_REVERSE_D(58, l))</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a68659cf55b11e3571e9ecf60ade5ee07"> 78</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_59(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_59(o, s, MSGPACK_PP_LIST_REVERSE_D(59, l))</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af9b002ea4ca93f08988288c26c10b19c"> 79</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_60(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_60(o, s, MSGPACK_PP_LIST_REVERSE_D(60, l))</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a83ff18039fac013c1bc8840fe65c965a"> 80</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_61(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_61(o, s, MSGPACK_PP_LIST_REVERSE_D(61, l))</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac7d636c272e29cd4b050fc2deebbcbd7"> 81</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_62(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_62(o, s, MSGPACK_PP_LIST_REVERSE_D(62, l))</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac21245115dc22a41c062a3a1ad1afef3"> 82</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_63(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_63(o, s, MSGPACK_PP_LIST_REVERSE_D(63, l))</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a32fc7151c833f8c5436fe0d70fc7b2af"> 83</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_64(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_64(o, s, MSGPACK_PP_LIST_REVERSE_D(64, l))</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac675aa5bf73be136912dad05fccd2def"> 84</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_65(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_65(o, s, MSGPACK_PP_LIST_REVERSE_D(65, l))</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7c31827208139b2426ccc00aee6b3393"> 85</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_66(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_66(o, s, MSGPACK_PP_LIST_REVERSE_D(66, l))</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a58488d2460f57ae3572950362c1e3b8f"> 86</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_67(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_67(o, s, MSGPACK_PP_LIST_REVERSE_D(67, l))</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a26d3d69bedfd78bd3b0ddd198babb9d7"> 87</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_68(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_68(o, s, MSGPACK_PP_LIST_REVERSE_D(68, l))</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa5292e9434294f4626fcffdd00f181b0"> 88</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_69(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_69(o, s, MSGPACK_PP_LIST_REVERSE_D(69, l))</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aba928c68f067dc84962dd908e484a6d0"> 89</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_70(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_70(o, s, MSGPACK_PP_LIST_REVERSE_D(70, l))</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a19772f861fd1f6ed16301b47b4be517b"> 90</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_71(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_71(o, s, MSGPACK_PP_LIST_REVERSE_D(71, l))</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8922b6a0cc3fbe2e0584bcf956dca7ba"> 91</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_72(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_72(o, s, MSGPACK_PP_LIST_REVERSE_D(72, l))</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ab9ed88071c90b691a12f2c0ee070ead3"> 92</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_73(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_73(o, s, MSGPACK_PP_LIST_REVERSE_D(73, l))</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa9df616414df6e61b7f421f8b111587e"> 93</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_74(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_74(o, s, MSGPACK_PP_LIST_REVERSE_D(74, l))</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6fc1c1d5c96abee4fca33405a486b33a"> 94</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_75(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_75(o, s, MSGPACK_PP_LIST_REVERSE_D(75, l))</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2d464359fc4831294e2d8bc9bd51268a"> 95</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_76(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_76(o, s, MSGPACK_PP_LIST_REVERSE_D(76, l))</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#abec65d875e4f68670254102440526a7a"> 96</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_77(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_77(o, s, MSGPACK_PP_LIST_REVERSE_D(77, l))</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af618e57c06768e841679d1394aba3c46"> 97</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_78(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_78(o, s, MSGPACK_PP_LIST_REVERSE_D(78, l))</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a79598cffcaddbd7270491d92019ce471"> 98</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_79(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_79(o, s, MSGPACK_PP_LIST_REVERSE_D(79, l))</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a18a4364666badaab6c46063965a7b1ee"> 99</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_80(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_80(o, s, MSGPACK_PP_LIST_REVERSE_D(80, l))</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9aa0bcf9f63f4386138d10adcb040ca4"> 100</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_81(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_81(o, s, MSGPACK_PP_LIST_REVERSE_D(81, l))</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2264c0d66d4553f991d0fd151ce1c7dc"> 101</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_82(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_82(o, s, MSGPACK_PP_LIST_REVERSE_D(82, l))</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a144540f6ddfc8d78f6ffdde523cbf07e"> 102</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_83(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_83(o, s, MSGPACK_PP_LIST_REVERSE_D(83, l))</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af3eab51fd752dfabb20f46dcff26cf7a"> 103</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_84(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_84(o, s, MSGPACK_PP_LIST_REVERSE_D(84, l))</span></div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a45de85c67dfd627c64b17834bb5579df"> 104</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_85(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_85(o, s, MSGPACK_PP_LIST_REVERSE_D(85, l))</span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a127b3e3bf0302f321f577374fa29cb01"> 105</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_86(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_86(o, s, MSGPACK_PP_LIST_REVERSE_D(86, l))</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adfd514f981279010ab0d88def9ca6985"> 106</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_87(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_87(o, s, MSGPACK_PP_LIST_REVERSE_D(87, l))</span></div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a3f035425ad8340cf136c81e560c41b40"> 107</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_88(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_88(o, s, MSGPACK_PP_LIST_REVERSE_D(88, l))</span></div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7a1db97c4aec091709bd0a3b6e61b6aa"> 108</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_89(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_89(o, s, MSGPACK_PP_LIST_REVERSE_D(89, l))</span></div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a71e27c454b93e0446b122953a26d3cff"> 109</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_90(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_90(o, s, MSGPACK_PP_LIST_REVERSE_D(90, l))</span></div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a312ffdc5a4f8e969859ce7bab6ce040b"> 110</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_91(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_91(o, s, MSGPACK_PP_LIST_REVERSE_D(91, l))</span></div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a270bd639e93c1bb6da8bdeea4bdce3a3"> 111</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_92(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_92(o, s, MSGPACK_PP_LIST_REVERSE_D(92, l))</span></div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1a72dd5446964440ecf12bdb45abd281"> 112</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_93(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_93(o, s, MSGPACK_PP_LIST_REVERSE_D(93, l))</span></div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac0b771fb7fb4ff6f0543f8df274babaf"> 113</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_94(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_94(o, s, MSGPACK_PP_LIST_REVERSE_D(94, l))</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aba36a33d9ed7d69fe2f0520c4e483c3b"> 114</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_95(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_95(o, s, MSGPACK_PP_LIST_REVERSE_D(95, l))</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adddf720b67fa28778f47e3fc83a29716"> 115</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_96(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_96(o, s, MSGPACK_PP_LIST_REVERSE_D(96, l))</span></div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa7c6629d37c6ffb65bd7e01c9927b6f9"> 116</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_97(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_97(o, s, MSGPACK_PP_LIST_REVERSE_D(97, l))</span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa7ca37385ae3e9b3037a7d34ab9fba1a"> 117</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_98(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_98(o, s, MSGPACK_PP_LIST_REVERSE_D(98, l))</span></div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2186c90dd6404909dd53b3d4bedd28a8"> 118</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_99(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_99(o, s, MSGPACK_PP_LIST_REVERSE_D(99, l))</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adfdb12b52dcef0b31a3d9986b245cf8e"> 119</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_100(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_100(o, s, MSGPACK_PP_LIST_REVERSE_D(100, l))</span></div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a16efac3b3106c56021d88c257a2dfae5"> 120</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_101(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_101(o, s, MSGPACK_PP_LIST_REVERSE_D(101, l))</span></div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad9e2d4fefdac885a359eea6799203a62"> 121</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_102(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_102(o, s, MSGPACK_PP_LIST_REVERSE_D(102, l))</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5dff87766f280e481179df740ebbac1b"> 122</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_103(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_103(o, s, MSGPACK_PP_LIST_REVERSE_D(103, l))</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7473052ceee0760550ab845d85f8d196"> 123</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_104(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_104(o, s, MSGPACK_PP_LIST_REVERSE_D(104, l))</span></div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a02dc3a3883fadb9cbb48f085d083a08e"> 124</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_105(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_105(o, s, MSGPACK_PP_LIST_REVERSE_D(105, l))</span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a77098238c2d7da40277474b872c06e36"> 125</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_106(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_106(o, s, MSGPACK_PP_LIST_REVERSE_D(106, l))</span></div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a87041243f5a92c419b84c45c5b352123"> 126</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_107(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_107(o, s, MSGPACK_PP_LIST_REVERSE_D(107, l))</span></div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#acda0170426162513bb3c0bbeb5303984"> 127</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_108(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_108(o, s, MSGPACK_PP_LIST_REVERSE_D(108, l))</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9c50961f8adaaaead38fa2faf1bd7d57"> 128</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_109(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_109(o, s, MSGPACK_PP_LIST_REVERSE_D(109, l))</span></div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a4a4ebf453807c994ef3557988e1f8d2d"> 129</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_110(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_110(o, s, MSGPACK_PP_LIST_REVERSE_D(110, l))</span></div><div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a77e3e2afe5ee85e93c35c1e7ed2be08d"> 130</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_111(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_111(o, s, MSGPACK_PP_LIST_REVERSE_D(111, l))</span></div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a23304991af2cf81690f166026b19e369"> 131</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_112(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_112(o, s, MSGPACK_PP_LIST_REVERSE_D(112, l))</span></div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a71c9a293a9a417cbbc4eaf9df1be2993"> 132</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_113(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_113(o, s, MSGPACK_PP_LIST_REVERSE_D(113, l))</span></div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a97041f474d4368e499ba2c45e54c6d54"> 133</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_114(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_114(o, s, MSGPACK_PP_LIST_REVERSE_D(114, l))</span></div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8d0b73fcecfe6dbaf984081cd64b021f"> 134</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_115(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_115(o, s, MSGPACK_PP_LIST_REVERSE_D(115, l))</span></div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a70364ac01f22b34cead52162c45e9df0"> 135</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_116(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_116(o, s, MSGPACK_PP_LIST_REVERSE_D(116, l))</span></div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a33170abcaa58f568a36e01f3fe083f33"> 136</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_117(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_117(o, s, MSGPACK_PP_LIST_REVERSE_D(117, l))</span></div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2553c8b105c18c5123ab2e2d51019012"> 137</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_118(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_118(o, s, MSGPACK_PP_LIST_REVERSE_D(118, l))</span></div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6cf03e85bd11960cd7c897505d628430"> 138</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_119(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_119(o, s, MSGPACK_PP_LIST_REVERSE_D(119, l))</span></div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a724ad7c4e4a8bf652a70049bea90138c"> 139</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_120(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_120(o, s, MSGPACK_PP_LIST_REVERSE_D(120, l))</span></div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a38d181f0faffebf83f8ed0eac2d8a7b2"> 140</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_121(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_121(o, s, MSGPACK_PP_LIST_REVERSE_D(121, l))</span></div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad2c0b9c2987f29983013e97ddc81dbf6"> 141</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_122(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_122(o, s, MSGPACK_PP_LIST_REVERSE_D(122, l))</span></div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a430d24b94e174e7d9995d219555dcdde"> 142</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_123(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_123(o, s, MSGPACK_PP_LIST_REVERSE_D(123, l))</span></div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0a4a76f0f6493ae6a0b7ff0f54b436d9"> 143</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_124(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_124(o, s, MSGPACK_PP_LIST_REVERSE_D(124, l))</span></div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a245558240205dacbecdb533d65b7bf43"> 144</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_125(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_125(o, s, MSGPACK_PP_LIST_REVERSE_D(125, l))</span></div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adef589073d8ae3c9aab91698c2c9c0fd"> 145</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_126(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_126(o, s, MSGPACK_PP_LIST_REVERSE_D(126, l))</span></div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad1cc99b6b26ab10dd3aa4d3d2d2faf14"> 146</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_127(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_127(o, s, MSGPACK_PP_LIST_REVERSE_D(127, l))</span></div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a16b8491243b4821cfaac4579654eac0a"> 147</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_128(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_128(o, s, MSGPACK_PP_LIST_REVERSE_D(128, l))</span></div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a366a0bae214c00f9550c6427118260ea"> 148</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_129(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_129(o, s, MSGPACK_PP_LIST_REVERSE_D(129, l))</span></div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#afaa131d76ca4fa4214f2136c1325a49f"> 149</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_130(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_130(o, s, MSGPACK_PP_LIST_REVERSE_D(130, l))</span></div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a000ee2ed52df179b88cc2cde4633d77b"> 150</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_131(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_131(o, s, MSGPACK_PP_LIST_REVERSE_D(131, l))</span></div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad24e5ab1891098fd443aae0ae55b63be"> 151</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_132(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_132(o, s, MSGPACK_PP_LIST_REVERSE_D(132, l))</span></div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae79c79f3a49d441d36990b0ec2e6fa6a"> 152</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_133(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_133(o, s, MSGPACK_PP_LIST_REVERSE_D(133, l))</span></div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0a58252a974b952aea11131fbe3ae415"> 153</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_134(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_134(o, s, MSGPACK_PP_LIST_REVERSE_D(134, l))</span></div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5366fa824771dfc641d8a07cc36ff8b5"> 154</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_135(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_135(o, s, MSGPACK_PP_LIST_REVERSE_D(135, l))</span></div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac13805d4b267570489db821d7b9bcb4d"> 155</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_136(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_136(o, s, MSGPACK_PP_LIST_REVERSE_D(136, l))</span></div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8516b102d0381c5dac55282e02f64248"> 156</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_137(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_137(o, s, MSGPACK_PP_LIST_REVERSE_D(137, l))</span></div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a42a4697c5391a6ffff4e1a6837988a1b"> 157</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_138(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_138(o, s, MSGPACK_PP_LIST_REVERSE_D(138, l))</span></div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a965be57b3538e5201d3ae1c230af230b"> 158</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_139(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_139(o, s, MSGPACK_PP_LIST_REVERSE_D(139, l))</span></div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af45ec42c28b35ab8e3c7ccd338d2f8a4"> 159</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_140(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_140(o, s, MSGPACK_PP_LIST_REVERSE_D(140, l))</span></div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a832ea152c2d31ad5117fd75871a17452"> 160</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_141(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_141(o, s, MSGPACK_PP_LIST_REVERSE_D(141, l))</span></div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a78faa6a38fef708e94b4ccba229dc266"> 161</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_142(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_142(o, s, MSGPACK_PP_LIST_REVERSE_D(142, l))</span></div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1246e12e8bddd9dad5ff73f9d24de5d6"> 162</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_143(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_143(o, s, MSGPACK_PP_LIST_REVERSE_D(143, l))</span></div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7957cf3ef5b88c3ccd52068ed3a7b8ed"> 163</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_144(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_144(o, s, MSGPACK_PP_LIST_REVERSE_D(144, l))</span></div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a492c842b15a570085d8c07f47753d02a"> 164</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_145(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_145(o, s, MSGPACK_PP_LIST_REVERSE_D(145, l))</span></div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adecc0781c5dc8de07516061e0bc6d439"> 165</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_146(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_146(o, s, MSGPACK_PP_LIST_REVERSE_D(146, l))</span></div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1cf3300e2558621d4a7a5afa7e7df505"> 166</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_147(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_147(o, s, MSGPACK_PP_LIST_REVERSE_D(147, l))</span></div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aeb6108991d93ae2e7beab2a21868d22d"> 167</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_148(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_148(o, s, MSGPACK_PP_LIST_REVERSE_D(148, l))</span></div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2f0cfd836e8facf927d1f5df8a75290a"> 168</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_149(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_149(o, s, MSGPACK_PP_LIST_REVERSE_D(149, l))</span></div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac48d81f153b919c2064c247fc5195f65"> 169</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_150(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_150(o, s, MSGPACK_PP_LIST_REVERSE_D(150, l))</span></div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7252959a4d5007b132cc3431950eb187"> 170</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_151(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_151(o, s, MSGPACK_PP_LIST_REVERSE_D(151, l))</span></div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a831e9268ff7218c10ed975430d564200"> 171</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_152(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_152(o, s, MSGPACK_PP_LIST_REVERSE_D(152, l))</span></div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9cb9cb91e83ba64ded4bda736b09b31b"> 172</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_153(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_153(o, s, MSGPACK_PP_LIST_REVERSE_D(153, l))</span></div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa9650a75b73175de8e7f33d8f713bbb6"> 173</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_154(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_154(o, s, MSGPACK_PP_LIST_REVERSE_D(154, l))</span></div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aeeca436488b6c88712492251c145dec7"> 174</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_155(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_155(o, s, MSGPACK_PP_LIST_REVERSE_D(155, l))</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a485f1b10bb1b77bfd14984a493da8c6f"> 175</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_156(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_156(o, s, MSGPACK_PP_LIST_REVERSE_D(156, l))</span></div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aabac380700d56d12eef01bd1992f57d7"> 176</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_157(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_157(o, s, MSGPACK_PP_LIST_REVERSE_D(157, l))</span></div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5e186d2838e6f987ddb1bb1bf2ecf9a7"> 177</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_158(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_158(o, s, MSGPACK_PP_LIST_REVERSE_D(158, l))</span></div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a75dd786a778cc2f6af10a7936a74d295"> 178</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_159(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_159(o, s, MSGPACK_PP_LIST_REVERSE_D(159, l))</span></div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa80fbb40a7eddb470d17e912e628d995"> 179</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_160(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_160(o, s, MSGPACK_PP_LIST_REVERSE_D(160, l))</span></div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a13b799b38f26d798081ff47b52e3a127"> 180</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_161(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_161(o, s, MSGPACK_PP_LIST_REVERSE_D(161, l))</span></div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a721a9b188511810a73783784444608ff"> 181</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_162(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_162(o, s, MSGPACK_PP_LIST_REVERSE_D(162, l))</span></div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7731ccb8e3b96ddf5ddc6e1f611d2719"> 182</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_163(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_163(o, s, MSGPACK_PP_LIST_REVERSE_D(163, l))</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a71ff89f608307c7524d1fb84b5bef9cd"> 183</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_164(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_164(o, s, MSGPACK_PP_LIST_REVERSE_D(164, l))</span></div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae76075ed70345f21d35df83c4bc645ee"> 184</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_165(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_165(o, s, MSGPACK_PP_LIST_REVERSE_D(165, l))</span></div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a320188d2dd85a76ff36f45141e9ab11f"> 185</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_166(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_166(o, s, MSGPACK_PP_LIST_REVERSE_D(166, l))</span></div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a200506f690e830cee23bef016c88d0b7"> 186</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_167(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_167(o, s, MSGPACK_PP_LIST_REVERSE_D(167, l))</span></div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a32d65fc62df0122fc96c13d60bff3999"> 187</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_168(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_168(o, s, MSGPACK_PP_LIST_REVERSE_D(168, l))</span></div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ab18523370883715cb35af15e7251c99e"> 188</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_169(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_169(o, s, MSGPACK_PP_LIST_REVERSE_D(169, l))</span></div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adc10ccae4a7e53e7c95bfdb3490779b1"> 189</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_170(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_170(o, s, MSGPACK_PP_LIST_REVERSE_D(170, l))</span></div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a36d09b46c3fc557d5149d74c883484d4"> 190</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_171(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_171(o, s, MSGPACK_PP_LIST_REVERSE_D(171, l))</span></div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9808cb51a527613699aea972d220461e"> 191</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_172(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_172(o, s, MSGPACK_PP_LIST_REVERSE_D(172, l))</span></div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7f0616a4ae460cd9190f0e2e1b6bd0a8"> 192</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_173(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_173(o, s, MSGPACK_PP_LIST_REVERSE_D(173, l))</span></div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adc24868d62b25a0a5a730de08608588f"> 193</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_174(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_174(o, s, MSGPACK_PP_LIST_REVERSE_D(174, l))</span></div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2be7d3bedb2179e62f702b186c503893"> 194</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_175(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_175(o, s, MSGPACK_PP_LIST_REVERSE_D(175, l))</span></div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#abefcaf6e31a1a46153848e5c62f87b01"> 195</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_176(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_176(o, s, MSGPACK_PP_LIST_REVERSE_D(176, l))</span></div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a624365628445fb1b166bb010551fe876"> 196</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_177(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_177(o, s, MSGPACK_PP_LIST_REVERSE_D(177, l))</span></div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a3fdbeb26095429c17b825c2ed4b623ff"> 197</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_178(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_178(o, s, MSGPACK_PP_LIST_REVERSE_D(178, l))</span></div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a764a7e5d52451bca7a581a09bcadc19f"> 198</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_179(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_179(o, s, MSGPACK_PP_LIST_REVERSE_D(179, l))</span></div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae07aeacd50d361e34964b7f9ae17b051"> 199</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_180(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_180(o, s, MSGPACK_PP_LIST_REVERSE_D(180, l))</span></div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a73927fbf5a4ff923506f26714829cb90"> 200</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_181(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_181(o, s, MSGPACK_PP_LIST_REVERSE_D(181, l))</span></div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a80742f4c2774f51b02ad01b72d16c7f5"> 201</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_182(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_182(o, s, MSGPACK_PP_LIST_REVERSE_D(182, l))</span></div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aaed3eaa2312a402d95ed5154a0e675d8"> 202</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_183(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_183(o, s, MSGPACK_PP_LIST_REVERSE_D(183, l))</span></div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a4db8bd3a3a1e6811cbf3b1dd59023d5e"> 203</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_184(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_184(o, s, MSGPACK_PP_LIST_REVERSE_D(184, l))</span></div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a05d7c44ecc0c4b22281e9cf66f0778c3"> 204</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_185(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_185(o, s, MSGPACK_PP_LIST_REVERSE_D(185, l))</span></div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a555029c24cbc175cf033f18e9995f63e"> 205</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_186(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_186(o, s, MSGPACK_PP_LIST_REVERSE_D(186, l))</span></div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aff083cc0903dac988392150fc5aa67b8"> 206</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_187(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_187(o, s, MSGPACK_PP_LIST_REVERSE_D(187, l))</span></div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ab1155b418fbaa9b7ece3d4e2130d2fa5"> 207</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_188(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_188(o, s, MSGPACK_PP_LIST_REVERSE_D(188, l))</span></div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0a45c2984e980b3b603a2a5c8027339c"> 208</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_189(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_189(o, s, MSGPACK_PP_LIST_REVERSE_D(189, l))</span></div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a86dd8a9e5ba8f663a8040ede216ff3ac"> 209</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_190(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_190(o, s, MSGPACK_PP_LIST_REVERSE_D(190, l))</span></div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#add8efc94dfe8d9000c9ed2853b30594c"> 210</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_191(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_191(o, s, MSGPACK_PP_LIST_REVERSE_D(191, l))</span></div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a48c13793b6e4a562272c463a69e5b918"> 211</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_192(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_192(o, s, MSGPACK_PP_LIST_REVERSE_D(192, l))</span></div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1092ac1a2439518a4d676ac097b7f825"> 212</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_193(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_193(o, s, MSGPACK_PP_LIST_REVERSE_D(193, l))</span></div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a71b95459907f1357ed64c3b64384bda5"> 213</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_194(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_194(o, s, MSGPACK_PP_LIST_REVERSE_D(194, l))</span></div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a59a26c093302b4100961cbf94933a496"> 214</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_195(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_195(o, s, MSGPACK_PP_LIST_REVERSE_D(195, l))</span></div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ab96b8709298279b90ef3840546b24cbe"> 215</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_196(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_196(o, s, MSGPACK_PP_LIST_REVERSE_D(196, l))</span></div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9e845cb5e00eb0ba22b09fa52e9763ef"> 216</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_197(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_197(o, s, MSGPACK_PP_LIST_REVERSE_D(197, l))</span></div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa5530cb79d252cd607644570d9299dc8"> 217</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_198(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_198(o, s, MSGPACK_PP_LIST_REVERSE_D(198, l))</span></div><div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a95952306256070192f4bf4535ff35bf3"> 218</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_199(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_199(o, s, MSGPACK_PP_LIST_REVERSE_D(199, l))</span></div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac7cbe2217e48556b879b59bc75c83345"> 219</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_200(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_200(o, s, MSGPACK_PP_LIST_REVERSE_D(200, l))</span></div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#acd40c6f70ce79b0bf3de310243cf1641"> 220</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_201(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_201(o, s, MSGPACK_PP_LIST_REVERSE_D(201, l))</span></div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#adbad0d493a957619c60c37aa443749dd"> 221</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_202(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_202(o, s, MSGPACK_PP_LIST_REVERSE_D(202, l))</span></div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a40701178f877de21d408db829a6fa5a4"> 222</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_203(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_203(o, s, MSGPACK_PP_LIST_REVERSE_D(203, l))</span></div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af5ce36f6528d4da5c14ff12d31249882"> 223</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_204(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_204(o, s, MSGPACK_PP_LIST_REVERSE_D(204, l))</span></div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6cf8271cda87606e1c7405dbc79f9b1e"> 224</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_205(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_205(o, s, MSGPACK_PP_LIST_REVERSE_D(205, l))</span></div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1522f9fb5eb20645d1b4dcd8c5c6abc8"> 225</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_206(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_206(o, s, MSGPACK_PP_LIST_REVERSE_D(206, l))</span></div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac1209856aad71399a15f7bb5506170f8"> 226</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_207(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_207(o, s, MSGPACK_PP_LIST_REVERSE_D(207, l))</span></div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6cd189d7cf528cbc732580620a6125ce"> 227</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_208(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_208(o, s, MSGPACK_PP_LIST_REVERSE_D(208, l))</span></div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6fe29bb6f20fcbdf3ac8deb1e9226272"> 228</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_209(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_209(o, s, MSGPACK_PP_LIST_REVERSE_D(209, l))</span></div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7dc5e0f98729faa77c4063583f5b0c63"> 229</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_210(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_210(o, s, MSGPACK_PP_LIST_REVERSE_D(210, l))</span></div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a60a1bf001a0d6cc2fe089a58d5ecee72"> 230</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_211(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_211(o, s, MSGPACK_PP_LIST_REVERSE_D(211, l))</span></div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae740e5318d3f301be4585b8872c5bb9f"> 231</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_212(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_212(o, s, MSGPACK_PP_LIST_REVERSE_D(212, l))</span></div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a26b45a62483438b571b0bced70720c35"> 232</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_213(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_213(o, s, MSGPACK_PP_LIST_REVERSE_D(213, l))</span></div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5174106f3010afe91113a555603916aa"> 233</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_214(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_214(o, s, MSGPACK_PP_LIST_REVERSE_D(214, l))</span></div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6f3dd18ee66b7333c8545595f9ee6f47"> 234</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_215(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_215(o, s, MSGPACK_PP_LIST_REVERSE_D(215, l))</span></div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a78142941f04612aea2f11483ff0a3e2b"> 235</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_216(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_216(o, s, MSGPACK_PP_LIST_REVERSE_D(216, l))</span></div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8f51bce4122153b649774c1339d0ec00"> 236</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_217(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_217(o, s, MSGPACK_PP_LIST_REVERSE_D(217, l))</span></div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a94756e97c5a46692a592f486acffbd88"> 237</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_218(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_218(o, s, MSGPACK_PP_LIST_REVERSE_D(218, l))</span></div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a5b200adf02d56df81e2331461e979934"> 238</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_219(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_219(o, s, MSGPACK_PP_LIST_REVERSE_D(219, l))</span></div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ab4bfdc1f904df819bec56ce233e988cc"> 239</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_220(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_220(o, s, MSGPACK_PP_LIST_REVERSE_D(220, l))</span></div><div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a152884be8f0eca5583797c07657cd6a2"> 240</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_221(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_221(o, s, MSGPACK_PP_LIST_REVERSE_D(221, l))</span></div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#acaeb165edf0a01bfdf64c42fa3332417"> 241</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_222(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_222(o, s, MSGPACK_PP_LIST_REVERSE_D(222, l))</span></div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a3c7b98b78c80b2fd6e67c197b0261a00"> 242</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_223(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_223(o, s, MSGPACK_PP_LIST_REVERSE_D(223, l))</span></div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a483a2776b67e4d1c1f5025fc4339c46a"> 243</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_224(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_224(o, s, MSGPACK_PP_LIST_REVERSE_D(224, l))</span></div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a4629f08a68363c7c10ed19bf58e28fdb"> 244</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_225(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_225(o, s, MSGPACK_PP_LIST_REVERSE_D(225, l))</span></div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ab900ebb9f49e1fe7c20c1cb02daaaaad"> 245</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_226(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_226(o, s, MSGPACK_PP_LIST_REVERSE_D(226, l))</span></div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a10827229ecb50afd1c1c3c40640472c6"> 246</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_227(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_227(o, s, MSGPACK_PP_LIST_REVERSE_D(227, l))</span></div><div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a3431804dfdd8359f6c9f79c857e2c45b"> 247</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_228(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_228(o, s, MSGPACK_PP_LIST_REVERSE_D(228, l))</span></div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ae1a54e0af87da8b9937e18b5ec4961bd"> 248</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_229(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_229(o, s, MSGPACK_PP_LIST_REVERSE_D(229, l))</span></div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aaac2505e77541bea158c0a34ebf8025a"> 249</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_230(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_230(o, s, MSGPACK_PP_LIST_REVERSE_D(230, l))</span></div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ade0a69d73eb8e5d7433215ca460a6c9f"> 250</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_231(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_231(o, s, MSGPACK_PP_LIST_REVERSE_D(231, l))</span></div><div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9f65ce86ba606d06f7cfe4b9e6557190"> 251</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_232(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_232(o, s, MSGPACK_PP_LIST_REVERSE_D(232, l))</span></div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0ca65d8a09ffeff5b307696d00455379"> 252</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_233(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_233(o, s, MSGPACK_PP_LIST_REVERSE_D(233, l))</span></div><div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a6c61ab21098487ecd5e113b968fc9dba"> 253</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_234(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_234(o, s, MSGPACK_PP_LIST_REVERSE_D(234, l))</span></div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#abb928017ecec2dd8d62be5f450461744"> 254</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_235(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_235(o, s, MSGPACK_PP_LIST_REVERSE_D(235, l))</span></div><div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a84d7d6149dd134e4f4b1c77bffd66cfc"> 255</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_236(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_236(o, s, MSGPACK_PP_LIST_REVERSE_D(236, l))</span></div><div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a86e00fe1c53c7f110ec230dbf031834d"> 256</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_237(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_237(o, s, MSGPACK_PP_LIST_REVERSE_D(237, l))</span></div><div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a45b15d19fe486317074f6cf061f50aa8"> 257</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_238(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_238(o, s, MSGPACK_PP_LIST_REVERSE_D(238, l))</span></div><div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#af7d4d54b8c939a741112dde6e8194329"> 258</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_239(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_239(o, s, MSGPACK_PP_LIST_REVERSE_D(239, l))</span></div><div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a81dfc77f0cef4f28f6643bc501f7713b"> 259</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_240(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_240(o, s, MSGPACK_PP_LIST_REVERSE_D(240, l))</span></div><div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a2db2d79a6cea2c5a1a2aaa9a1c317e92"> 260</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_241(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_241(o, s, MSGPACK_PP_LIST_REVERSE_D(241, l))</span></div><div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a8681e2e0aa9fb1adb4d5f199fdc2851c"> 261</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_242(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_242(o, s, MSGPACK_PP_LIST_REVERSE_D(242, l))</span></div><div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a9f785bc23f3cbad3a1d2565b6acf7266"> 262</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_243(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_243(o, s, MSGPACK_PP_LIST_REVERSE_D(243, l))</span></div><div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#aa21b71d26fe47d25f8c238ffee89e4aa"> 263</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_244(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_244(o, s, MSGPACK_PP_LIST_REVERSE_D(244, l))</span></div><div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a56cb0aae389c4b4573970eded18632b7"> 264</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_245(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_245(o, s, MSGPACK_PP_LIST_REVERSE_D(245, l))</span></div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7084ee77df1633a16adea29fac5e7ecb"> 265</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_246(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_246(o, s, MSGPACK_PP_LIST_REVERSE_D(246, l))</span></div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a0f2fb34bb33384955c662b535344cd6b"> 266</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_247(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_247(o, s, MSGPACK_PP_LIST_REVERSE_D(247, l))</span></div><div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1aa7726e03bb12c6f089e0798a254153"> 267</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_248(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_248(o, s, MSGPACK_PP_LIST_REVERSE_D(248, l))</span></div><div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a7096cd534a55e701066ca77d97545ae9"> 268</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_249(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_249(o, s, MSGPACK_PP_LIST_REVERSE_D(249, l))</span></div><div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a60b0b71a0ff50dd50efe4ae9c385b48f"> 269</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_250(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_250(o, s, MSGPACK_PP_LIST_REVERSE_D(250, l))</span></div><div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a1f7993da5fb3bff77ba1d453761d5c28"> 270</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_251(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_251(o, s, MSGPACK_PP_LIST_REVERSE_D(251, l))</span></div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a98fa2a4b2d7b1eaca6f8a717161dbcef"> 271</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_252(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_252(o, s, MSGPACK_PP_LIST_REVERSE_D(252, l))</span></div><div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ac134fe3764b8f9ba6fbdfac86b7baa41"> 272</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_253(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_253(o, s, MSGPACK_PP_LIST_REVERSE_D(253, l))</span></div><div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a98dd187e2b0e3e6738ce8c12f56eb84a"> 273</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_254(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_254(o, s, MSGPACK_PP_LIST_REVERSE_D(254, l))</span></div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#ad57b875d950965036db411a00b9420b7"> 274</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_255(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_255(o, s, MSGPACK_PP_LIST_REVERSE_D(255, l))</span></div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="list_2detail_2fold__right_8hpp.html#a74f9c93547e08e8bfa35f65764d922da"> 275</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_LIST_FOLD_RIGHT_256(o, s, l) MSGPACK_PP_LIST_FOLD_LEFT_256(o, s, MSGPACK_PP_LIST_REVERSE_D(256, l))</span></div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160;<span class="preprocessor">#</span></div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;<span class="preprocessor"># endif</span></div><div class="ttc" id="list_2reverse_8hpp_html"><div class="ttname"><a href="list_2reverse_8hpp.html">reverse.hpp</a></div></div>
<div class="ttc" id="list_2fold__left_8hpp_html"><div class="ttname"><a href="list_2fold__left_8hpp.html">fold_left.hpp</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>