msgpack/cpp/repetition_2detail_2msvc_2for_8hpp_source.html
2016-04-03 23:53:04 +09:00

103 lines
109 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.11"/>
<title>MessagePack for C++: /home/kondo/work/msgpack-c/include/msgpack/preprocessor/repetition/detail/msvc/for.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>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</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.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</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_0d9404a6600cf5202ebda3491b95f504.html">repetition</a></li><li class="navelem"><a class="el" href="dir_43a16deef5f4b8f3827a2fa605a96095.html">detail</a></li><li class="navelem"><a class="el" href="dir_865f2a9b1a452c9b1578a66f1f3c2fa6.html">msvc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">for.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="repetition_2detail_2msvc_2for_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_REPETITION_DETAIL_MSVC_FOR_HPP</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor"># define MSGPACK_PREPROCESSOR_REPETITION_DETAIL_MSVC_FOR_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="control_2if_8hpp.html">msgpack/preprocessor/control/if.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="eat_8hpp.html">msgpack/preprocessor/tuple/eat.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="repetition_2detail_2msvc_2for_8hpp.html#a533b7008a8bbe78700e424e772ac3ab8"> 20</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_1(s, p, o, m) MSGPACK_PP_IF(p(2, s), m, MSGPACK_PP_TUPLE_EAT_2)(2, s) MSGPACK_PP_IF(p(2, s), MSGPACK_PP_FOR_2, MSGPACK_PP_TUPLE_EAT_4)(o(2, s), p, o, m)</span></div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a3c9e0e06d4ef7a0b6cae12601c51e10a"> 21</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_2(s, p, o, m) MSGPACK_PP_IF(p(3, s), m, MSGPACK_PP_TUPLE_EAT_2)(3, s) MSGPACK_PP_IF(p(3, s), MSGPACK_PP_FOR_3, MSGPACK_PP_TUPLE_EAT_4)(o(3, s), p, o, m)</span></div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab87c30d1c8a1e0f3e2840910f80aa74b"> 22</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_3(s, p, o, m) MSGPACK_PP_IF(p(4, s), m, MSGPACK_PP_TUPLE_EAT_2)(4, s) MSGPACK_PP_IF(p(4, s), MSGPACK_PP_FOR_4, MSGPACK_PP_TUPLE_EAT_4)(o(4, s), p, o, m)</span></div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a23808815178abd5217673b480a307781"> 23</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_4(s, p, o, m) MSGPACK_PP_IF(p(5, s), m, MSGPACK_PP_TUPLE_EAT_2)(5, s) MSGPACK_PP_IF(p(5, s), MSGPACK_PP_FOR_5, MSGPACK_PP_TUPLE_EAT_4)(o(5, s), p, o, m)</span></div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7d2bfdfec770fffd36127c11a8331910"> 24</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_5(s, p, o, m) MSGPACK_PP_IF(p(6, s), m, MSGPACK_PP_TUPLE_EAT_2)(6, s) MSGPACK_PP_IF(p(6, s), MSGPACK_PP_FOR_6, MSGPACK_PP_TUPLE_EAT_4)(o(6, s), p, o, m)</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ae1e36d96aa4f232a42bf82e94cc278e5"> 25</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_6(s, p, o, m) MSGPACK_PP_IF(p(7, s), m, MSGPACK_PP_TUPLE_EAT_2)(7, s) MSGPACK_PP_IF(p(7, s), MSGPACK_PP_FOR_7, MSGPACK_PP_TUPLE_EAT_4)(o(7, s), p, o, m)</span></div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a13396afcd668e32cae9c5ed648d8d709"> 26</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_7(s, p, o, m) MSGPACK_PP_IF(p(8, s), m, MSGPACK_PP_TUPLE_EAT_2)(8, s) MSGPACK_PP_IF(p(8, s), MSGPACK_PP_FOR_8, MSGPACK_PP_TUPLE_EAT_4)(o(8, s), p, o, m)</span></div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a405c2fc4086f85981528a3380dfd0e43"> 27</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_8(s, p, o, m) MSGPACK_PP_IF(p(9, s), m, MSGPACK_PP_TUPLE_EAT_2)(9, s) MSGPACK_PP_IF(p(9, s), MSGPACK_PP_FOR_9, MSGPACK_PP_TUPLE_EAT_4)(o(9, s), p, o, m)</span></div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4eb83122a0e4dca5f5d58c604ecf1c8b"> 28</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_9(s, p, o, m) MSGPACK_PP_IF(p(10, s), m, MSGPACK_PP_TUPLE_EAT_2)(10, s) MSGPACK_PP_IF(p(10, s), MSGPACK_PP_FOR_10, MSGPACK_PP_TUPLE_EAT_4)(o(10, s), p, o, m)</span></div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a87951bea3cf995e6886c306da035f54b"> 29</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_10(s, p, o, m) MSGPACK_PP_IF(p(11, s), m, MSGPACK_PP_TUPLE_EAT_2)(11, s) MSGPACK_PP_IF(p(11, s), MSGPACK_PP_FOR_11, MSGPACK_PP_TUPLE_EAT_4)(o(11, s), p, o, m)</span></div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa2de20109d00fe8772bae41d1e391031"> 30</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_11(s, p, o, m) MSGPACK_PP_IF(p(12, s), m, MSGPACK_PP_TUPLE_EAT_2)(12, s) MSGPACK_PP_IF(p(12, s), MSGPACK_PP_FOR_12, MSGPACK_PP_TUPLE_EAT_4)(o(12, s), p, o, m)</span></div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aefeda5f82a207197605f0397c0b08957"> 31</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_12(s, p, o, m) MSGPACK_PP_IF(p(13, s), m, MSGPACK_PP_TUPLE_EAT_2)(13, s) MSGPACK_PP_IF(p(13, s), MSGPACK_PP_FOR_13, MSGPACK_PP_TUPLE_EAT_4)(o(13, s), p, o, m)</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ae6509f8dc6a1ae00c612c205ba52f4db"> 32</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_13(s, p, o, m) MSGPACK_PP_IF(p(14, s), m, MSGPACK_PP_TUPLE_EAT_2)(14, s) MSGPACK_PP_IF(p(14, s), MSGPACK_PP_FOR_14, MSGPACK_PP_TUPLE_EAT_4)(o(14, s), p, o, m)</span></div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a91e91f7daef7278cf255d83495f6a7a7"> 33</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_14(s, p, o, m) MSGPACK_PP_IF(p(15, s), m, MSGPACK_PP_TUPLE_EAT_2)(15, s) MSGPACK_PP_IF(p(15, s), MSGPACK_PP_FOR_15, MSGPACK_PP_TUPLE_EAT_4)(o(15, s), p, o, m)</span></div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afb285984acc8b6a6b22072870d28c447"> 34</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_15(s, p, o, m) MSGPACK_PP_IF(p(16, s), m, MSGPACK_PP_TUPLE_EAT_2)(16, s) MSGPACK_PP_IF(p(16, s), MSGPACK_PP_FOR_16, MSGPACK_PP_TUPLE_EAT_4)(o(16, s), p, o, m)</span></div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa6b7bf16716aad9f2de720036ff36cf3"> 35</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_16(s, p, o, m) MSGPACK_PP_IF(p(17, s), m, MSGPACK_PP_TUPLE_EAT_2)(17, s) MSGPACK_PP_IF(p(17, s), MSGPACK_PP_FOR_17, MSGPACK_PP_TUPLE_EAT_4)(o(17, s), p, o, m)</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a77f4fe43ef30fee2945a7dc0cbfa45cf"> 36</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_17(s, p, o, m) MSGPACK_PP_IF(p(18, s), m, MSGPACK_PP_TUPLE_EAT_2)(18, s) MSGPACK_PP_IF(p(18, s), MSGPACK_PP_FOR_18, MSGPACK_PP_TUPLE_EAT_4)(o(18, s), p, o, m)</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afcdd8685cadf2e05ba321708eb13bbca"> 37</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_18(s, p, o, m) MSGPACK_PP_IF(p(19, s), m, MSGPACK_PP_TUPLE_EAT_2)(19, s) MSGPACK_PP_IF(p(19, s), MSGPACK_PP_FOR_19, MSGPACK_PP_TUPLE_EAT_4)(o(19, s), p, o, m)</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a047f2127e3275daf0e9296f60304c107"> 38</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_19(s, p, o, m) MSGPACK_PP_IF(p(20, s), m, MSGPACK_PP_TUPLE_EAT_2)(20, s) MSGPACK_PP_IF(p(20, s), MSGPACK_PP_FOR_20, MSGPACK_PP_TUPLE_EAT_4)(o(20, s), p, o, m)</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a40cbcd13d0aad74399d1ab6f96ed4bc2"> 39</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_20(s, p, o, m) MSGPACK_PP_IF(p(21, s), m, MSGPACK_PP_TUPLE_EAT_2)(21, s) MSGPACK_PP_IF(p(21, s), MSGPACK_PP_FOR_21, MSGPACK_PP_TUPLE_EAT_4)(o(21, s), p, o, m)</span></div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a3201f80f254be8d2845e86cb76386623"> 40</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_21(s, p, o, m) MSGPACK_PP_IF(p(22, s), m, MSGPACK_PP_TUPLE_EAT_2)(22, s) MSGPACK_PP_IF(p(22, s), MSGPACK_PP_FOR_22, MSGPACK_PP_TUPLE_EAT_4)(o(22, s), p, o, m)</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7a2d281bda78b218aa4356d6429cbe5e"> 41</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_22(s, p, o, m) MSGPACK_PP_IF(p(23, s), m, MSGPACK_PP_TUPLE_EAT_2)(23, s) MSGPACK_PP_IF(p(23, s), MSGPACK_PP_FOR_23, MSGPACK_PP_TUPLE_EAT_4)(o(23, s), p, o, m)</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6a2f80569fddb7ddf618e2bab326c2cf"> 42</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_23(s, p, o, m) MSGPACK_PP_IF(p(24, s), m, MSGPACK_PP_TUPLE_EAT_2)(24, s) MSGPACK_PP_IF(p(24, s), MSGPACK_PP_FOR_24, MSGPACK_PP_TUPLE_EAT_4)(o(24, s), p, o, m)</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1b2bc6aebb5839b37e7971d7ee1507dc"> 43</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_24(s, p, o, m) MSGPACK_PP_IF(p(25, s), m, MSGPACK_PP_TUPLE_EAT_2)(25, s) MSGPACK_PP_IF(p(25, s), MSGPACK_PP_FOR_25, MSGPACK_PP_TUPLE_EAT_4)(o(25, s), p, o, m)</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac94ab8380e3202431c793a092614a3d1"> 44</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_25(s, p, o, m) MSGPACK_PP_IF(p(26, s), m, MSGPACK_PP_TUPLE_EAT_2)(26, s) MSGPACK_PP_IF(p(26, s), MSGPACK_PP_FOR_26, MSGPACK_PP_TUPLE_EAT_4)(o(26, s), p, o, m)</span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af530477366a25f6ee493b1ae2bfd66d0"> 45</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_26(s, p, o, m) MSGPACK_PP_IF(p(27, s), m, MSGPACK_PP_TUPLE_EAT_2)(27, s) MSGPACK_PP_IF(p(27, s), MSGPACK_PP_FOR_27, MSGPACK_PP_TUPLE_EAT_4)(o(27, s), p, o, m)</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#abe5559acbe8cba6bf6e02876564afa25"> 46</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_27(s, p, o, m) MSGPACK_PP_IF(p(28, s), m, MSGPACK_PP_TUPLE_EAT_2)(28, s) MSGPACK_PP_IF(p(28, s), MSGPACK_PP_FOR_28, MSGPACK_PP_TUPLE_EAT_4)(o(28, s), p, o, m)</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a03774b0fcc1852985fb8deb7f74453f9"> 47</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_28(s, p, o, m) MSGPACK_PP_IF(p(29, s), m, MSGPACK_PP_TUPLE_EAT_2)(29, s) MSGPACK_PP_IF(p(29, s), MSGPACK_PP_FOR_29, MSGPACK_PP_TUPLE_EAT_4)(o(29, s), p, o, m)</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5bdbb27f83c3504014fff54dff78dd9b"> 48</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_29(s, p, o, m) MSGPACK_PP_IF(p(30, s), m, MSGPACK_PP_TUPLE_EAT_2)(30, s) MSGPACK_PP_IF(p(30, s), MSGPACK_PP_FOR_30, MSGPACK_PP_TUPLE_EAT_4)(o(30, s), p, o, m)</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afb5753a4019fa9fe2a53b93f2946e5a9"> 49</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_30(s, p, o, m) MSGPACK_PP_IF(p(31, s), m, MSGPACK_PP_TUPLE_EAT_2)(31, s) MSGPACK_PP_IF(p(31, s), MSGPACK_PP_FOR_31, MSGPACK_PP_TUPLE_EAT_4)(o(31, s), p, o, m)</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac70b133c65520175936abcc51d60bd11"> 50</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_31(s, p, o, m) MSGPACK_PP_IF(p(32, s), m, MSGPACK_PP_TUPLE_EAT_2)(32, s) MSGPACK_PP_IF(p(32, s), MSGPACK_PP_FOR_32, MSGPACK_PP_TUPLE_EAT_4)(o(32, s), p, o, m)</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad9cc57a388a60fcc4e4426200fa24ecf"> 51</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_32(s, p, o, m) MSGPACK_PP_IF(p(33, s), m, MSGPACK_PP_TUPLE_EAT_2)(33, s) MSGPACK_PP_IF(p(33, s), MSGPACK_PP_FOR_33, MSGPACK_PP_TUPLE_EAT_4)(o(33, s), p, o, m)</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a3c1fe531e68a118ac5804ce6da0cdee9"> 52</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_33(s, p, o, m) MSGPACK_PP_IF(p(34, s), m, MSGPACK_PP_TUPLE_EAT_2)(34, s) MSGPACK_PP_IF(p(34, s), MSGPACK_PP_FOR_34, MSGPACK_PP_TUPLE_EAT_4)(o(34, s), p, o, m)</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad2f3b14c91b4a05b3faca4332d60c52b"> 53</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_34(s, p, o, m) MSGPACK_PP_IF(p(35, s), m, MSGPACK_PP_TUPLE_EAT_2)(35, s) MSGPACK_PP_IF(p(35, s), MSGPACK_PP_FOR_35, MSGPACK_PP_TUPLE_EAT_4)(o(35, s), p, o, m)</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9baa5f970daef057e46a7926c67cb64e"> 54</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_35(s, p, o, m) MSGPACK_PP_IF(p(36, s), m, MSGPACK_PP_TUPLE_EAT_2)(36, s) MSGPACK_PP_IF(p(36, s), MSGPACK_PP_FOR_36, MSGPACK_PP_TUPLE_EAT_4)(o(36, s), p, o, m)</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7cae277d162d07640b317ac09a59a8b0"> 55</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_36(s, p, o, m) MSGPACK_PP_IF(p(37, s), m, MSGPACK_PP_TUPLE_EAT_2)(37, s) MSGPACK_PP_IF(p(37, s), MSGPACK_PP_FOR_37, MSGPACK_PP_TUPLE_EAT_4)(o(37, s), p, o, m)</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad39ad2c6cff730ccffab90db6924fe70"> 56</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_37(s, p, o, m) MSGPACK_PP_IF(p(38, s), m, MSGPACK_PP_TUPLE_EAT_2)(38, s) MSGPACK_PP_IF(p(38, s), MSGPACK_PP_FOR_38, MSGPACK_PP_TUPLE_EAT_4)(o(38, s), p, o, m)</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1bdf6e0161b1dbf76b18d79ab67ab6ee"> 57</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_38(s, p, o, m) MSGPACK_PP_IF(p(39, s), m, MSGPACK_PP_TUPLE_EAT_2)(39, s) MSGPACK_PP_IF(p(39, s), MSGPACK_PP_FOR_39, MSGPACK_PP_TUPLE_EAT_4)(o(39, s), p, o, m)</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6433358d1d7d564b7745a3baf6dbb3a7"> 58</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_39(s, p, o, m) MSGPACK_PP_IF(p(40, s), m, MSGPACK_PP_TUPLE_EAT_2)(40, s) MSGPACK_PP_IF(p(40, s), MSGPACK_PP_FOR_40, MSGPACK_PP_TUPLE_EAT_4)(o(40, s), p, o, m)</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7f09d85cb5aab312cda3e26fff355a5b"> 59</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_40(s, p, o, m) MSGPACK_PP_IF(p(41, s), m, MSGPACK_PP_TUPLE_EAT_2)(41, s) MSGPACK_PP_IF(p(41, s), MSGPACK_PP_FOR_41, MSGPACK_PP_TUPLE_EAT_4)(o(41, s), p, o, m)</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aaaa0a565a191d14789dafbb427696ecb"> 60</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_41(s, p, o, m) MSGPACK_PP_IF(p(42, s), m, MSGPACK_PP_TUPLE_EAT_2)(42, s) MSGPACK_PP_IF(p(42, s), MSGPACK_PP_FOR_42, MSGPACK_PP_TUPLE_EAT_4)(o(42, s), p, o, m)</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5ed87d391bfc9db622bbad4db9afd4d2"> 61</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_42(s, p, o, m) MSGPACK_PP_IF(p(43, s), m, MSGPACK_PP_TUPLE_EAT_2)(43, s) MSGPACK_PP_IF(p(43, s), MSGPACK_PP_FOR_43, MSGPACK_PP_TUPLE_EAT_4)(o(43, s), p, o, m)</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8afc610308363ca83f211ac28c600682"> 62</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_43(s, p, o, m) MSGPACK_PP_IF(p(44, s), m, MSGPACK_PP_TUPLE_EAT_2)(44, s) MSGPACK_PP_IF(p(44, s), MSGPACK_PP_FOR_44, MSGPACK_PP_TUPLE_EAT_4)(o(44, s), p, o, m)</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a230c8b46a59ff76d6d1f5146fb936f7b"> 63</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_44(s, p, o, m) MSGPACK_PP_IF(p(45, s), m, MSGPACK_PP_TUPLE_EAT_2)(45, s) MSGPACK_PP_IF(p(45, s), MSGPACK_PP_FOR_45, MSGPACK_PP_TUPLE_EAT_4)(o(45, s), p, o, m)</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7ff8f73098dff85544a34fad9f4aa1d6"> 64</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_45(s, p, o, m) MSGPACK_PP_IF(p(46, s), m, MSGPACK_PP_TUPLE_EAT_2)(46, s) MSGPACK_PP_IF(p(46, s), MSGPACK_PP_FOR_46, MSGPACK_PP_TUPLE_EAT_4)(o(46, s), p, o, m)</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af9435b33cb69382168eca46634941d62"> 65</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_46(s, p, o, m) MSGPACK_PP_IF(p(47, s), m, MSGPACK_PP_TUPLE_EAT_2)(47, s) MSGPACK_PP_IF(p(47, s), MSGPACK_PP_FOR_47, MSGPACK_PP_TUPLE_EAT_4)(o(47, s), p, o, m)</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad8058cf70bb636f6c5d7a18cd20c7be3"> 66</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_47(s, p, o, m) MSGPACK_PP_IF(p(48, s), m, MSGPACK_PP_TUPLE_EAT_2)(48, s) MSGPACK_PP_IF(p(48, s), MSGPACK_PP_FOR_48, MSGPACK_PP_TUPLE_EAT_4)(o(48, s), p, o, m)</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a370681e084b5fa2a1b3e28a25400dd77"> 67</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_48(s, p, o, m) MSGPACK_PP_IF(p(49, s), m, MSGPACK_PP_TUPLE_EAT_2)(49, s) MSGPACK_PP_IF(p(49, s), MSGPACK_PP_FOR_49, MSGPACK_PP_TUPLE_EAT_4)(o(49, s), p, o, m)</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8f39211ea538382fec16cea4a6f4a438"> 68</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_49(s, p, o, m) MSGPACK_PP_IF(p(50, s), m, MSGPACK_PP_TUPLE_EAT_2)(50, s) MSGPACK_PP_IF(p(50, s), MSGPACK_PP_FOR_50, MSGPACK_PP_TUPLE_EAT_4)(o(50, s), p, o, m)</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af57e51fefd55a99254af6857dd084a79"> 69</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_50(s, p, o, m) MSGPACK_PP_IF(p(51, s), m, MSGPACK_PP_TUPLE_EAT_2)(51, s) MSGPACK_PP_IF(p(51, s), MSGPACK_PP_FOR_51, MSGPACK_PP_TUPLE_EAT_4)(o(51, s), p, o, m)</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a064b4329052f9294a432e7170c646416"> 70</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_51(s, p, o, m) MSGPACK_PP_IF(p(52, s), m, MSGPACK_PP_TUPLE_EAT_2)(52, s) MSGPACK_PP_IF(p(52, s), MSGPACK_PP_FOR_52, MSGPACK_PP_TUPLE_EAT_4)(o(52, s), p, o, m)</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afa004a9bf05c534057c67786473e327b"> 71</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_52(s, p, o, m) MSGPACK_PP_IF(p(53, s), m, MSGPACK_PP_TUPLE_EAT_2)(53, s) MSGPACK_PP_IF(p(53, s), MSGPACK_PP_FOR_53, MSGPACK_PP_TUPLE_EAT_4)(o(53, s), p, o, m)</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8b2355ed5674099d968143ecf1312b88"> 72</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_53(s, p, o, m) MSGPACK_PP_IF(p(54, s), m, MSGPACK_PP_TUPLE_EAT_2)(54, s) MSGPACK_PP_IF(p(54, s), MSGPACK_PP_FOR_54, MSGPACK_PP_TUPLE_EAT_4)(o(54, s), p, o, m)</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a34038041a4a2bd92a8435485c29bb394"> 73</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_54(s, p, o, m) MSGPACK_PP_IF(p(55, s), m, MSGPACK_PP_TUPLE_EAT_2)(55, s) MSGPACK_PP_IF(p(55, s), MSGPACK_PP_FOR_55, MSGPACK_PP_TUPLE_EAT_4)(o(55, s), p, o, m)</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa84b7ef0f0c56c1b0cbb387be1c647e8"> 74</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_55(s, p, o, m) MSGPACK_PP_IF(p(56, s), m, MSGPACK_PP_TUPLE_EAT_2)(56, s) MSGPACK_PP_IF(p(56, s), MSGPACK_PP_FOR_56, MSGPACK_PP_TUPLE_EAT_4)(o(56, s), p, o, m)</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4493025b2ff1f950c939aa56a6b5d438"> 75</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_56(s, p, o, m) MSGPACK_PP_IF(p(57, s), m, MSGPACK_PP_TUPLE_EAT_2)(57, s) MSGPACK_PP_IF(p(57, s), MSGPACK_PP_FOR_57, MSGPACK_PP_TUPLE_EAT_4)(o(57, s), p, o, m)</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aaab8eb4cc7663fd7c969b0a2e4d9a031"> 76</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_57(s, p, o, m) MSGPACK_PP_IF(p(58, s), m, MSGPACK_PP_TUPLE_EAT_2)(58, s) MSGPACK_PP_IF(p(58, s), MSGPACK_PP_FOR_58, MSGPACK_PP_TUPLE_EAT_4)(o(58, s), p, o, m)</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8a50bc4ec248a37907e03830953f8c7a"> 77</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_58(s, p, o, m) MSGPACK_PP_IF(p(59, s), m, MSGPACK_PP_TUPLE_EAT_2)(59, s) MSGPACK_PP_IF(p(59, s), MSGPACK_PP_FOR_59, MSGPACK_PP_TUPLE_EAT_4)(o(59, s), p, o, m)</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a078d5f4d97b44ecf035ff922169698b2"> 78</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_59(s, p, o, m) MSGPACK_PP_IF(p(60, s), m, MSGPACK_PP_TUPLE_EAT_2)(60, s) MSGPACK_PP_IF(p(60, s), MSGPACK_PP_FOR_60, MSGPACK_PP_TUPLE_EAT_4)(o(60, s), p, o, m)</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aab195b04dd8806d2ff70d1886c731a78"> 79</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_60(s, p, o, m) MSGPACK_PP_IF(p(61, s), m, MSGPACK_PP_TUPLE_EAT_2)(61, s) MSGPACK_PP_IF(p(61, s), MSGPACK_PP_FOR_61, MSGPACK_PP_TUPLE_EAT_4)(o(61, s), p, o, m)</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac867e2289893012f0e0cd91e1a3a7b1a"> 80</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_61(s, p, o, m) MSGPACK_PP_IF(p(62, s), m, MSGPACK_PP_TUPLE_EAT_2)(62, s) MSGPACK_PP_IF(p(62, s), MSGPACK_PP_FOR_62, MSGPACK_PP_TUPLE_EAT_4)(o(62, s), p, o, m)</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9bdc6eb356f3372e0ebdf3bcbfac9790"> 81</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_62(s, p, o, m) MSGPACK_PP_IF(p(63, s), m, MSGPACK_PP_TUPLE_EAT_2)(63, s) MSGPACK_PP_IF(p(63, s), MSGPACK_PP_FOR_63, MSGPACK_PP_TUPLE_EAT_4)(o(63, s), p, o, m)</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a09ab2a19afb96e591beadb265108e615"> 82</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_63(s, p, o, m) MSGPACK_PP_IF(p(64, s), m, MSGPACK_PP_TUPLE_EAT_2)(64, s) MSGPACK_PP_IF(p(64, s), MSGPACK_PP_FOR_64, MSGPACK_PP_TUPLE_EAT_4)(o(64, s), p, o, m)</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afbf5998180b85d67704fb7d413ab1b2d"> 83</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_64(s, p, o, m) MSGPACK_PP_IF(p(65, s), m, MSGPACK_PP_TUPLE_EAT_2)(65, s) MSGPACK_PP_IF(p(65, s), MSGPACK_PP_FOR_65, MSGPACK_PP_TUPLE_EAT_4)(o(65, s), p, o, m)</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab2d2f44923aff983962f74a3758ee758"> 84</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_65(s, p, o, m) MSGPACK_PP_IF(p(66, s), m, MSGPACK_PP_TUPLE_EAT_2)(66, s) MSGPACK_PP_IF(p(66, s), MSGPACK_PP_FOR_66, MSGPACK_PP_TUPLE_EAT_4)(o(66, s), p, o, m)</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa34302e97cf055c0b9db18d18e36555f"> 85</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_66(s, p, o, m) MSGPACK_PP_IF(p(67, s), m, MSGPACK_PP_TUPLE_EAT_2)(67, s) MSGPACK_PP_IF(p(67, s), MSGPACK_PP_FOR_67, MSGPACK_PP_TUPLE_EAT_4)(o(67, s), p, o, m)</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a652333232994617c20356ffd54ae1b12"> 86</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_67(s, p, o, m) MSGPACK_PP_IF(p(68, s), m, MSGPACK_PP_TUPLE_EAT_2)(68, s) MSGPACK_PP_IF(p(68, s), MSGPACK_PP_FOR_68, MSGPACK_PP_TUPLE_EAT_4)(o(68, s), p, o, m)</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a81d1e92837600b4febe9e2c9b4520bcb"> 87</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_68(s, p, o, m) MSGPACK_PP_IF(p(69, s), m, MSGPACK_PP_TUPLE_EAT_2)(69, s) MSGPACK_PP_IF(p(69, s), MSGPACK_PP_FOR_69, MSGPACK_PP_TUPLE_EAT_4)(o(69, s), p, o, m)</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#adc4d5501c729f4fb500c88005d9660de"> 88</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_69(s, p, o, m) MSGPACK_PP_IF(p(70, s), m, MSGPACK_PP_TUPLE_EAT_2)(70, s) MSGPACK_PP_IF(p(70, s), MSGPACK_PP_FOR_70, MSGPACK_PP_TUPLE_EAT_4)(o(70, s), p, o, m)</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a77c6c7be58960d838f373953b4c92914"> 89</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_70(s, p, o, m) MSGPACK_PP_IF(p(71, s), m, MSGPACK_PP_TUPLE_EAT_2)(71, s) MSGPACK_PP_IF(p(71, s), MSGPACK_PP_FOR_71, MSGPACK_PP_TUPLE_EAT_4)(o(71, s), p, o, m)</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab527746f3e6ec6a14527cb417b5b9c09"> 90</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_71(s, p, o, m) MSGPACK_PP_IF(p(72, s), m, MSGPACK_PP_TUPLE_EAT_2)(72, s) MSGPACK_PP_IF(p(72, s), MSGPACK_PP_FOR_72, MSGPACK_PP_TUPLE_EAT_4)(o(72, s), p, o, m)</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a33f96a207df3b5a16d5789e3e913d610"> 91</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_72(s, p, o, m) MSGPACK_PP_IF(p(73, s), m, MSGPACK_PP_TUPLE_EAT_2)(73, s) MSGPACK_PP_IF(p(73, s), MSGPACK_PP_FOR_73, MSGPACK_PP_TUPLE_EAT_4)(o(73, s), p, o, m)</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab6f21ffcd0d647bad26e11b3e6341610"> 92</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_73(s, p, o, m) MSGPACK_PP_IF(p(74, s), m, MSGPACK_PP_TUPLE_EAT_2)(74, s) MSGPACK_PP_IF(p(74, s), MSGPACK_PP_FOR_74, MSGPACK_PP_TUPLE_EAT_4)(o(74, s), p, o, m)</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afcbcbec5e6b93e83743db469df9bce82"> 93</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_74(s, p, o, m) MSGPACK_PP_IF(p(75, s), m, MSGPACK_PP_TUPLE_EAT_2)(75, s) MSGPACK_PP_IF(p(75, s), MSGPACK_PP_FOR_75, MSGPACK_PP_TUPLE_EAT_4)(o(75, s), p, o, m)</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab7938cc17f23f2b7d9b584c7ee72aafb"> 94</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_75(s, p, o, m) MSGPACK_PP_IF(p(76, s), m, MSGPACK_PP_TUPLE_EAT_2)(76, s) MSGPACK_PP_IF(p(76, s), MSGPACK_PP_FOR_76, MSGPACK_PP_TUPLE_EAT_4)(o(76, s), p, o, m)</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a2208f7ec347950f5fa6538adeb620562"> 95</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_76(s, p, o, m) MSGPACK_PP_IF(p(77, s), m, MSGPACK_PP_TUPLE_EAT_2)(77, s) MSGPACK_PP_IF(p(77, s), MSGPACK_PP_FOR_77, MSGPACK_PP_TUPLE_EAT_4)(o(77, s), p, o, m)</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a158f54450baed570ea4b0580b0692d1f"> 96</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_77(s, p, o, m) MSGPACK_PP_IF(p(78, s), m, MSGPACK_PP_TUPLE_EAT_2)(78, s) MSGPACK_PP_IF(p(78, s), MSGPACK_PP_FOR_78, MSGPACK_PP_TUPLE_EAT_4)(o(78, s), p, o, m)</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a3f5cc57074ac9ae2eee8efd862a1df5a"> 97</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_78(s, p, o, m) MSGPACK_PP_IF(p(79, s), m, MSGPACK_PP_TUPLE_EAT_2)(79, s) MSGPACK_PP_IF(p(79, s), MSGPACK_PP_FOR_79, MSGPACK_PP_TUPLE_EAT_4)(o(79, s), p, o, m)</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a26e333a1cfd4fe3069116c37a714dded"> 98</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_79(s, p, o, m) MSGPACK_PP_IF(p(80, s), m, MSGPACK_PP_TUPLE_EAT_2)(80, s) MSGPACK_PP_IF(p(80, s), MSGPACK_PP_FOR_80, MSGPACK_PP_TUPLE_EAT_4)(o(80, s), p, o, m)</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#addc2271bc2022962d11a64817822f823"> 99</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_80(s, p, o, m) MSGPACK_PP_IF(p(81, s), m, MSGPACK_PP_TUPLE_EAT_2)(81, s) MSGPACK_PP_IF(p(81, s), MSGPACK_PP_FOR_81, MSGPACK_PP_TUPLE_EAT_4)(o(81, s), p, o, m)</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac943cf68e2f6b61d28bae33325676d42"> 100</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_81(s, p, o, m) MSGPACK_PP_IF(p(82, s), m, MSGPACK_PP_TUPLE_EAT_2)(82, s) MSGPACK_PP_IF(p(82, s), MSGPACK_PP_FOR_82, MSGPACK_PP_TUPLE_EAT_4)(o(82, s), p, o, m)</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4a4bf257afbb91224305453637c0bcb7"> 101</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_82(s, p, o, m) MSGPACK_PP_IF(p(83, s), m, MSGPACK_PP_TUPLE_EAT_2)(83, s) MSGPACK_PP_IF(p(83, s), MSGPACK_PP_FOR_83, MSGPACK_PP_TUPLE_EAT_4)(o(83, s), p, o, m)</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a721fbc01427946ada1294f132cbb6456"> 102</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_83(s, p, o, m) MSGPACK_PP_IF(p(84, s), m, MSGPACK_PP_TUPLE_EAT_2)(84, s) MSGPACK_PP_IF(p(84, s), MSGPACK_PP_FOR_84, MSGPACK_PP_TUPLE_EAT_4)(o(84, s), p, o, m)</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9bf639611e02d9308b91b44616cceeef"> 103</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_84(s, p, o, m) MSGPACK_PP_IF(p(85, s), m, MSGPACK_PP_TUPLE_EAT_2)(85, s) MSGPACK_PP_IF(p(85, s), MSGPACK_PP_FOR_85, MSGPACK_PP_TUPLE_EAT_4)(o(85, s), p, o, m)</span></div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a3c8ce08d9b0f66695af75f63e0cbbbe3"> 104</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_85(s, p, o, m) MSGPACK_PP_IF(p(86, s), m, MSGPACK_PP_TUPLE_EAT_2)(86, s) MSGPACK_PP_IF(p(86, s), MSGPACK_PP_FOR_86, MSGPACK_PP_TUPLE_EAT_4)(o(86, s), p, o, m)</span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5af5c7e799c5bd3988462838fb903b86"> 105</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_86(s, p, o, m) MSGPACK_PP_IF(p(87, s), m, MSGPACK_PP_TUPLE_EAT_2)(87, s) MSGPACK_PP_IF(p(87, s), MSGPACK_PP_FOR_87, MSGPACK_PP_TUPLE_EAT_4)(o(87, s), p, o, m)</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af9ea11c71ff128e0bd57b10267dc8685"> 106</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_87(s, p, o, m) MSGPACK_PP_IF(p(88, s), m, MSGPACK_PP_TUPLE_EAT_2)(88, s) MSGPACK_PP_IF(p(88, s), MSGPACK_PP_FOR_88, MSGPACK_PP_TUPLE_EAT_4)(o(88, s), p, o, m)</span></div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1f80184c9031858a478aa41e82a5aacf"> 107</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_88(s, p, o, m) MSGPACK_PP_IF(p(89, s), m, MSGPACK_PP_TUPLE_EAT_2)(89, s) MSGPACK_PP_IF(p(89, s), MSGPACK_PP_FOR_89, MSGPACK_PP_TUPLE_EAT_4)(o(89, s), p, o, m)</span></div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#adaf761953ed9fa0924c0ef17670ad763"> 108</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_89(s, p, o, m) MSGPACK_PP_IF(p(90, s), m, MSGPACK_PP_TUPLE_EAT_2)(90, s) MSGPACK_PP_IF(p(90, s), MSGPACK_PP_FOR_90, MSGPACK_PP_TUPLE_EAT_4)(o(90, s), p, o, m)</span></div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab10109e7e2d9d4f069fe376cf77768c7"> 109</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_90(s, p, o, m) MSGPACK_PP_IF(p(91, s), m, MSGPACK_PP_TUPLE_EAT_2)(91, s) MSGPACK_PP_IF(p(91, s), MSGPACK_PP_FOR_91, MSGPACK_PP_TUPLE_EAT_4)(o(91, s), p, o, m)</span></div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad0e2a156cb5c903b1246e55540ded66b"> 110</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_91(s, p, o, m) MSGPACK_PP_IF(p(92, s), m, MSGPACK_PP_TUPLE_EAT_2)(92, s) MSGPACK_PP_IF(p(92, s), MSGPACK_PP_FOR_92, MSGPACK_PP_TUPLE_EAT_4)(o(92, s), p, o, m)</span></div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af57a819e2914704a3fe72388bb80bfee"> 111</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_92(s, p, o, m) MSGPACK_PP_IF(p(93, s), m, MSGPACK_PP_TUPLE_EAT_2)(93, s) MSGPACK_PP_IF(p(93, s), MSGPACK_PP_FOR_93, MSGPACK_PP_TUPLE_EAT_4)(o(93, s), p, o, m)</span></div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aae09108e3fabcca785baaac113ee619e"> 112</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_93(s, p, o, m) MSGPACK_PP_IF(p(94, s), m, MSGPACK_PP_TUPLE_EAT_2)(94, s) MSGPACK_PP_IF(p(94, s), MSGPACK_PP_FOR_94, MSGPACK_PP_TUPLE_EAT_4)(o(94, s), p, o, m)</span></div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ade15ff90d1403c554a1719f2c4571f99"> 113</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_94(s, p, o, m) MSGPACK_PP_IF(p(95, s), m, MSGPACK_PP_TUPLE_EAT_2)(95, s) MSGPACK_PP_IF(p(95, s), MSGPACK_PP_FOR_95, MSGPACK_PP_TUPLE_EAT_4)(o(95, s), p, o, m)</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad49d8f236493123f05f1e164d426a7a7"> 114</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_95(s, p, o, m) MSGPACK_PP_IF(p(96, s), m, MSGPACK_PP_TUPLE_EAT_2)(96, s) MSGPACK_PP_IF(p(96, s), MSGPACK_PP_FOR_96, MSGPACK_PP_TUPLE_EAT_4)(o(96, s), p, o, m)</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a747e036d0ae018423057635eb12bf17c"> 115</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_96(s, p, o, m) MSGPACK_PP_IF(p(97, s), m, MSGPACK_PP_TUPLE_EAT_2)(97, s) MSGPACK_PP_IF(p(97, s), MSGPACK_PP_FOR_97, MSGPACK_PP_TUPLE_EAT_4)(o(97, s), p, o, m)</span></div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6e9da1641f9b65e73f850a0e438b1f93"> 116</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_97(s, p, o, m) MSGPACK_PP_IF(p(98, s), m, MSGPACK_PP_TUPLE_EAT_2)(98, s) MSGPACK_PP_IF(p(98, s), MSGPACK_PP_FOR_98, MSGPACK_PP_TUPLE_EAT_4)(o(98, s), p, o, m)</span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a74d9b09146c25cfae480817ecc9207a5"> 117</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_98(s, p, o, m) MSGPACK_PP_IF(p(99, s), m, MSGPACK_PP_TUPLE_EAT_2)(99, s) MSGPACK_PP_IF(p(99, s), MSGPACK_PP_FOR_99, MSGPACK_PP_TUPLE_EAT_4)(o(99, s), p, o, m)</span></div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aea8f0a2a15f1cb48adfea6975ba21995"> 118</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_99(s, p, o, m) MSGPACK_PP_IF(p(100, s), m, MSGPACK_PP_TUPLE_EAT_2)(100, s) MSGPACK_PP_IF(p(100, s), MSGPACK_PP_FOR_100, MSGPACK_PP_TUPLE_EAT_4)(o(100, s), p, o, m)</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aaaa72a8a844e0e763809b239b29d8ea9"> 119</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_100(s, p, o, m) MSGPACK_PP_IF(p(101, s), m, MSGPACK_PP_TUPLE_EAT_2)(101, s) MSGPACK_PP_IF(p(101, s), MSGPACK_PP_FOR_101, MSGPACK_PP_TUPLE_EAT_4)(o(101, s), p, o, m)</span></div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa93df0237419b00d2f73ae92a227ff5f"> 120</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_101(s, p, o, m) MSGPACK_PP_IF(p(102, s), m, MSGPACK_PP_TUPLE_EAT_2)(102, s) MSGPACK_PP_IF(p(102, s), MSGPACK_PP_FOR_102, MSGPACK_PP_TUPLE_EAT_4)(o(102, s), p, o, m)</span></div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5e7f11cc76702a02f9250f11974a8678"> 121</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_102(s, p, o, m) MSGPACK_PP_IF(p(103, s), m, MSGPACK_PP_TUPLE_EAT_2)(103, s) MSGPACK_PP_IF(p(103, s), MSGPACK_PP_FOR_103, MSGPACK_PP_TUPLE_EAT_4)(o(103, s), p, o, m)</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a06dc025dfeb75701dd3d86e2f6b799cf"> 122</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_103(s, p, o, m) MSGPACK_PP_IF(p(104, s), m, MSGPACK_PP_TUPLE_EAT_2)(104, s) MSGPACK_PP_IF(p(104, s), MSGPACK_PP_FOR_104, MSGPACK_PP_TUPLE_EAT_4)(o(104, s), p, o, m)</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7ff4ff273157bfd868ceab9bab0205eb"> 123</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_104(s, p, o, m) MSGPACK_PP_IF(p(105, s), m, MSGPACK_PP_TUPLE_EAT_2)(105, s) MSGPACK_PP_IF(p(105, s), MSGPACK_PP_FOR_105, MSGPACK_PP_TUPLE_EAT_4)(o(105, s), p, o, m)</span></div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4980b52f890071147129b3971d8f3aa8"> 124</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_105(s, p, o, m) MSGPACK_PP_IF(p(106, s), m, MSGPACK_PP_TUPLE_EAT_2)(106, s) MSGPACK_PP_IF(p(106, s), MSGPACK_PP_FOR_106, MSGPACK_PP_TUPLE_EAT_4)(o(106, s), p, o, m)</span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa41a59503c36c63d103f0a67bbce80b1"> 125</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_106(s, p, o, m) MSGPACK_PP_IF(p(107, s), m, MSGPACK_PP_TUPLE_EAT_2)(107, s) MSGPACK_PP_IF(p(107, s), MSGPACK_PP_FOR_107, MSGPACK_PP_TUPLE_EAT_4)(o(107, s), p, o, m)</span></div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a64b4f247a077ff896fc74a433256436f"> 126</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_107(s, p, o, m) MSGPACK_PP_IF(p(108, s), m, MSGPACK_PP_TUPLE_EAT_2)(108, s) MSGPACK_PP_IF(p(108, s), MSGPACK_PP_FOR_108, MSGPACK_PP_TUPLE_EAT_4)(o(108, s), p, o, m)</span></div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a251563bbcf68d338e14ebe6d363b7b40"> 127</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_108(s, p, o, m) MSGPACK_PP_IF(p(109, s), m, MSGPACK_PP_TUPLE_EAT_2)(109, s) MSGPACK_PP_IF(p(109, s), MSGPACK_PP_FOR_109, MSGPACK_PP_TUPLE_EAT_4)(o(109, s), p, o, m)</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa25c11de2ffbf5e927601289c4cf6290"> 128</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_109(s, p, o, m) MSGPACK_PP_IF(p(110, s), m, MSGPACK_PP_TUPLE_EAT_2)(110, s) MSGPACK_PP_IF(p(110, s), MSGPACK_PP_FOR_110, MSGPACK_PP_TUPLE_EAT_4)(o(110, s), p, o, m)</span></div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a78c715a67f7b0e27d483a2ac63085158"> 129</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_110(s, p, o, m) MSGPACK_PP_IF(p(111, s), m, MSGPACK_PP_TUPLE_EAT_2)(111, s) MSGPACK_PP_IF(p(111, s), MSGPACK_PP_FOR_111, MSGPACK_PP_TUPLE_EAT_4)(o(111, s), p, o, m)</span></div><div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a024fbdfef38d26be6577667faa16d3d7"> 130</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_111(s, p, o, m) MSGPACK_PP_IF(p(112, s), m, MSGPACK_PP_TUPLE_EAT_2)(112, s) MSGPACK_PP_IF(p(112, s), MSGPACK_PP_FOR_112, MSGPACK_PP_TUPLE_EAT_4)(o(112, s), p, o, m)</span></div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7195e791fe85bef90fb7b46887900036"> 131</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_112(s, p, o, m) MSGPACK_PP_IF(p(113, s), m, MSGPACK_PP_TUPLE_EAT_2)(113, s) MSGPACK_PP_IF(p(113, s), MSGPACK_PP_FOR_113, MSGPACK_PP_TUPLE_EAT_4)(o(113, s), p, o, m)</span></div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a021cb93d4636dfa3260b3fd639bfc72d"> 132</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_113(s, p, o, m) MSGPACK_PP_IF(p(114, s), m, MSGPACK_PP_TUPLE_EAT_2)(114, s) MSGPACK_PP_IF(p(114, s), MSGPACK_PP_FOR_114, MSGPACK_PP_TUPLE_EAT_4)(o(114, s), p, o, m)</span></div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a91d1bad6eb2dc44aaf53294598a29bc7"> 133</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_114(s, p, o, m) MSGPACK_PP_IF(p(115, s), m, MSGPACK_PP_TUPLE_EAT_2)(115, s) MSGPACK_PP_IF(p(115, s), MSGPACK_PP_FOR_115, MSGPACK_PP_TUPLE_EAT_4)(o(115, s), p, o, m)</span></div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a96cdfa38f06910e5665d73da5ffdd7fe"> 134</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_115(s, p, o, m) MSGPACK_PP_IF(p(116, s), m, MSGPACK_PP_TUPLE_EAT_2)(116, s) MSGPACK_PP_IF(p(116, s), MSGPACK_PP_FOR_116, MSGPACK_PP_TUPLE_EAT_4)(o(116, s), p, o, m)</span></div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8c3ada247c9022f02710cb7e0716c8c7"> 135</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_116(s, p, o, m) MSGPACK_PP_IF(p(117, s), m, MSGPACK_PP_TUPLE_EAT_2)(117, s) MSGPACK_PP_IF(p(117, s), MSGPACK_PP_FOR_117, MSGPACK_PP_TUPLE_EAT_4)(o(117, s), p, o, m)</span></div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a132b464e037acc5871ba7076a8b15a9f"> 136</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_117(s, p, o, m) MSGPACK_PP_IF(p(118, s), m, MSGPACK_PP_TUPLE_EAT_2)(118, s) MSGPACK_PP_IF(p(118, s), MSGPACK_PP_FOR_118, MSGPACK_PP_TUPLE_EAT_4)(o(118, s), p, o, m)</span></div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#abf596130ed2b549e2b9f061d2a30d35c"> 137</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_118(s, p, o, m) MSGPACK_PP_IF(p(119, s), m, MSGPACK_PP_TUPLE_EAT_2)(119, s) MSGPACK_PP_IF(p(119, s), MSGPACK_PP_FOR_119, MSGPACK_PP_TUPLE_EAT_4)(o(119, s), p, o, m)</span></div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aedd085c5ab93dba06b8e3e0749ee33cb"> 138</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_119(s, p, o, m) MSGPACK_PP_IF(p(120, s), m, MSGPACK_PP_TUPLE_EAT_2)(120, s) MSGPACK_PP_IF(p(120, s), MSGPACK_PP_FOR_120, MSGPACK_PP_TUPLE_EAT_4)(o(120, s), p, o, m)</span></div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab6e6dc3c60c0478a6255f3662d3e2cdd"> 139</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_120(s, p, o, m) MSGPACK_PP_IF(p(121, s), m, MSGPACK_PP_TUPLE_EAT_2)(121, s) MSGPACK_PP_IF(p(121, s), MSGPACK_PP_FOR_121, MSGPACK_PP_TUPLE_EAT_4)(o(121, s), p, o, m)</span></div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a96629c15a75a9b3908e06e2402109a8a"> 140</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_121(s, p, o, m) MSGPACK_PP_IF(p(122, s), m, MSGPACK_PP_TUPLE_EAT_2)(122, s) MSGPACK_PP_IF(p(122, s), MSGPACK_PP_FOR_122, MSGPACK_PP_TUPLE_EAT_4)(o(122, s), p, o, m)</span></div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a31c8a9d960df82df5e36f1c596da7eef"> 141</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_122(s, p, o, m) MSGPACK_PP_IF(p(123, s), m, MSGPACK_PP_TUPLE_EAT_2)(123, s) MSGPACK_PP_IF(p(123, s), MSGPACK_PP_FOR_123, MSGPACK_PP_TUPLE_EAT_4)(o(123, s), p, o, m)</span></div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#acc9bcad67858bf8721c65268897d20e9"> 142</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_123(s, p, o, m) MSGPACK_PP_IF(p(124, s), m, MSGPACK_PP_TUPLE_EAT_2)(124, s) MSGPACK_PP_IF(p(124, s), MSGPACK_PP_FOR_124, MSGPACK_PP_TUPLE_EAT_4)(o(124, s), p, o, m)</span></div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8e66920489bfb0f710a3b2dc9c309a76"> 143</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_124(s, p, o, m) MSGPACK_PP_IF(p(125, s), m, MSGPACK_PP_TUPLE_EAT_2)(125, s) MSGPACK_PP_IF(p(125, s), MSGPACK_PP_FOR_125, MSGPACK_PP_TUPLE_EAT_4)(o(125, s), p, o, m)</span></div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6e07c11db64638b48f2f12770527233f"> 144</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_125(s, p, o, m) MSGPACK_PP_IF(p(126, s), m, MSGPACK_PP_TUPLE_EAT_2)(126, s) MSGPACK_PP_IF(p(126, s), MSGPACK_PP_FOR_126, MSGPACK_PP_TUPLE_EAT_4)(o(126, s), p, o, m)</span></div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1460a5f691bf948f3dcd5a7b6166a3a1"> 145</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_126(s, p, o, m) MSGPACK_PP_IF(p(127, s), m, MSGPACK_PP_TUPLE_EAT_2)(127, s) MSGPACK_PP_IF(p(127, s), MSGPACK_PP_FOR_127, MSGPACK_PP_TUPLE_EAT_4)(o(127, s), p, o, m)</span></div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#abf6ec345afe0d673c674da166d6b8a92"> 146</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_127(s, p, o, m) MSGPACK_PP_IF(p(128, s), m, MSGPACK_PP_TUPLE_EAT_2)(128, s) MSGPACK_PP_IF(p(128, s), MSGPACK_PP_FOR_128, MSGPACK_PP_TUPLE_EAT_4)(o(128, s), p, o, m)</span></div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af3c63ca1415e94cd770cdeec0de67d7e"> 147</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_128(s, p, o, m) MSGPACK_PP_IF(p(129, s), m, MSGPACK_PP_TUPLE_EAT_2)(129, s) MSGPACK_PP_IF(p(129, s), MSGPACK_PP_FOR_129, MSGPACK_PP_TUPLE_EAT_4)(o(129, s), p, o, m)</span></div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a0cf6f7c7bbb86dc36701db97b7d3aabe"> 148</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_129(s, p, o, m) MSGPACK_PP_IF(p(130, s), m, MSGPACK_PP_TUPLE_EAT_2)(130, s) MSGPACK_PP_IF(p(130, s), MSGPACK_PP_FOR_130, MSGPACK_PP_TUPLE_EAT_4)(o(130, s), p, o, m)</span></div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a28b71d68b015c9c5bc0d7ce4555366cd"> 149</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_130(s, p, o, m) MSGPACK_PP_IF(p(131, s), m, MSGPACK_PP_TUPLE_EAT_2)(131, s) MSGPACK_PP_IF(p(131, s), MSGPACK_PP_FOR_131, MSGPACK_PP_TUPLE_EAT_4)(o(131, s), p, o, m)</span></div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7c052851c1d948d7047351cf7e2439eb"> 150</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_131(s, p, o, m) MSGPACK_PP_IF(p(132, s), m, MSGPACK_PP_TUPLE_EAT_2)(132, s) MSGPACK_PP_IF(p(132, s), MSGPACK_PP_FOR_132, MSGPACK_PP_TUPLE_EAT_4)(o(132, s), p, o, m)</span></div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a06c7efd13c6603c9ad9e269f16e89cfe"> 151</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_132(s, p, o, m) MSGPACK_PP_IF(p(133, s), m, MSGPACK_PP_TUPLE_EAT_2)(133, s) MSGPACK_PP_IF(p(133, s), MSGPACK_PP_FOR_133, MSGPACK_PP_TUPLE_EAT_4)(o(133, s), p, o, m)</span></div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a082f81af755183f880fa0cca6bc5363a"> 152</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_133(s, p, o, m) MSGPACK_PP_IF(p(134, s), m, MSGPACK_PP_TUPLE_EAT_2)(134, s) MSGPACK_PP_IF(p(134, s), MSGPACK_PP_FOR_134, MSGPACK_PP_TUPLE_EAT_4)(o(134, s), p, o, m)</span></div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5a9ffa9c072518f8d9d12c0da2e6f3f6"> 153</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_134(s, p, o, m) MSGPACK_PP_IF(p(135, s), m, MSGPACK_PP_TUPLE_EAT_2)(135, s) MSGPACK_PP_IF(p(135, s), MSGPACK_PP_FOR_135, MSGPACK_PP_TUPLE_EAT_4)(o(135, s), p, o, m)</span></div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9ab940ba21d36947a93b086cc6f1e685"> 154</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_135(s, p, o, m) MSGPACK_PP_IF(p(136, s), m, MSGPACK_PP_TUPLE_EAT_2)(136, s) MSGPACK_PP_IF(p(136, s), MSGPACK_PP_FOR_136, MSGPACK_PP_TUPLE_EAT_4)(o(136, s), p, o, m)</span></div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7b0a4f41f716e59b236b18b567a2f265"> 155</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_136(s, p, o, m) MSGPACK_PP_IF(p(137, s), m, MSGPACK_PP_TUPLE_EAT_2)(137, s) MSGPACK_PP_IF(p(137, s), MSGPACK_PP_FOR_137, MSGPACK_PP_TUPLE_EAT_4)(o(137, s), p, o, m)</span></div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4a5823ef2a84d9875cafd2461971257f"> 156</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_137(s, p, o, m) MSGPACK_PP_IF(p(138, s), m, MSGPACK_PP_TUPLE_EAT_2)(138, s) MSGPACK_PP_IF(p(138, s), MSGPACK_PP_FOR_138, MSGPACK_PP_TUPLE_EAT_4)(o(138, s), p, o, m)</span></div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4c3b111dc7ad1b6b15a7243eaa00a57c"> 157</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_138(s, p, o, m) MSGPACK_PP_IF(p(139, s), m, MSGPACK_PP_TUPLE_EAT_2)(139, s) MSGPACK_PP_IF(p(139, s), MSGPACK_PP_FOR_139, MSGPACK_PP_TUPLE_EAT_4)(o(139, s), p, o, m)</span></div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a81d0297ae01f74dd7b3ddf285a747c3a"> 158</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_139(s, p, o, m) MSGPACK_PP_IF(p(140, s), m, MSGPACK_PP_TUPLE_EAT_2)(140, s) MSGPACK_PP_IF(p(140, s), MSGPACK_PP_FOR_140, MSGPACK_PP_TUPLE_EAT_4)(o(140, s), p, o, m)</span></div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a384959b29c068b514ed80076e91e55c5"> 159</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_140(s, p, o, m) MSGPACK_PP_IF(p(141, s), m, MSGPACK_PP_TUPLE_EAT_2)(141, s) MSGPACK_PP_IF(p(141, s), MSGPACK_PP_FOR_141, MSGPACK_PP_TUPLE_EAT_4)(o(141, s), p, o, m)</span></div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9cedebb1ee78060108ce2e5e6b6e640f"> 160</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_141(s, p, o, m) MSGPACK_PP_IF(p(142, s), m, MSGPACK_PP_TUPLE_EAT_2)(142, s) MSGPACK_PP_IF(p(142, s), MSGPACK_PP_FOR_142, MSGPACK_PP_TUPLE_EAT_4)(o(142, s), p, o, m)</span></div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac2129668cefffde2bfcbad7d388d1a17"> 161</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_142(s, p, o, m) MSGPACK_PP_IF(p(143, s), m, MSGPACK_PP_TUPLE_EAT_2)(143, s) MSGPACK_PP_IF(p(143, s), MSGPACK_PP_FOR_143, MSGPACK_PP_TUPLE_EAT_4)(o(143, s), p, o, m)</span></div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8d3e90c66a61c6c69dbd2d64b027e148"> 162</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_143(s, p, o, m) MSGPACK_PP_IF(p(144, s), m, MSGPACK_PP_TUPLE_EAT_2)(144, s) MSGPACK_PP_IF(p(144, s), MSGPACK_PP_FOR_144, MSGPACK_PP_TUPLE_EAT_4)(o(144, s), p, o, m)</span></div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a04b8002c84266f2c3a968fe0face6733"> 163</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_144(s, p, o, m) MSGPACK_PP_IF(p(145, s), m, MSGPACK_PP_TUPLE_EAT_2)(145, s) MSGPACK_PP_IF(p(145, s), MSGPACK_PP_FOR_145, MSGPACK_PP_TUPLE_EAT_4)(o(145, s), p, o, m)</span></div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afa0c95ef80866e2b9e80314c1ba91027"> 164</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_145(s, p, o, m) MSGPACK_PP_IF(p(146, s), m, MSGPACK_PP_TUPLE_EAT_2)(146, s) MSGPACK_PP_IF(p(146, s), MSGPACK_PP_FOR_146, MSGPACK_PP_TUPLE_EAT_4)(o(146, s), p, o, m)</span></div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a177ac30e7eddf935021063342aafd2e7"> 165</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_146(s, p, o, m) MSGPACK_PP_IF(p(147, s), m, MSGPACK_PP_TUPLE_EAT_2)(147, s) MSGPACK_PP_IF(p(147, s), MSGPACK_PP_FOR_147, MSGPACK_PP_TUPLE_EAT_4)(o(147, s), p, o, m)</span></div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab5f43bff221440a1c2611e39a25df6c2"> 166</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_147(s, p, o, m) MSGPACK_PP_IF(p(148, s), m, MSGPACK_PP_TUPLE_EAT_2)(148, s) MSGPACK_PP_IF(p(148, s), MSGPACK_PP_FOR_148, MSGPACK_PP_TUPLE_EAT_4)(o(148, s), p, o, m)</span></div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ae717d3f9522aee89bb9ecf6075606165"> 167</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_148(s, p, o, m) MSGPACK_PP_IF(p(149, s), m, MSGPACK_PP_TUPLE_EAT_2)(149, s) MSGPACK_PP_IF(p(149, s), MSGPACK_PP_FOR_149, MSGPACK_PP_TUPLE_EAT_4)(o(149, s), p, o, m)</span></div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad4cbd1a04fa9ab50c547413f1cde8214"> 168</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_149(s, p, o, m) MSGPACK_PP_IF(p(150, s), m, MSGPACK_PP_TUPLE_EAT_2)(150, s) MSGPACK_PP_IF(p(150, s), MSGPACK_PP_FOR_150, MSGPACK_PP_TUPLE_EAT_4)(o(150, s), p, o, m)</span></div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a59e04f4a9a638635e33058c95d9d0959"> 169</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_150(s, p, o, m) MSGPACK_PP_IF(p(151, s), m, MSGPACK_PP_TUPLE_EAT_2)(151, s) MSGPACK_PP_IF(p(151, s), MSGPACK_PP_FOR_151, MSGPACK_PP_TUPLE_EAT_4)(o(151, s), p, o, m)</span></div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a506e06c00b735bcf161e41212307443b"> 170</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_151(s, p, o, m) MSGPACK_PP_IF(p(152, s), m, MSGPACK_PP_TUPLE_EAT_2)(152, s) MSGPACK_PP_IF(p(152, s), MSGPACK_PP_FOR_152, MSGPACK_PP_TUPLE_EAT_4)(o(152, s), p, o, m)</span></div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab29d5288ecde725c0e979645269fe356"> 171</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_152(s, p, o, m) MSGPACK_PP_IF(p(153, s), m, MSGPACK_PP_TUPLE_EAT_2)(153, s) MSGPACK_PP_IF(p(153, s), MSGPACK_PP_FOR_153, MSGPACK_PP_TUPLE_EAT_4)(o(153, s), p, o, m)</span></div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7e25488084ee8cea0c66b6b1617ee428"> 172</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_153(s, p, o, m) MSGPACK_PP_IF(p(154, s), m, MSGPACK_PP_TUPLE_EAT_2)(154, s) MSGPACK_PP_IF(p(154, s), MSGPACK_PP_FOR_154, MSGPACK_PP_TUPLE_EAT_4)(o(154, s), p, o, m)</span></div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af8d67edd5a4131145f19833d4a60078c"> 173</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_154(s, p, o, m) MSGPACK_PP_IF(p(155, s), m, MSGPACK_PP_TUPLE_EAT_2)(155, s) MSGPACK_PP_IF(p(155, s), MSGPACK_PP_FOR_155, MSGPACK_PP_TUPLE_EAT_4)(o(155, s), p, o, m)</span></div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab7412f6c46730bdf2aff02879d60bae0"> 174</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_155(s, p, o, m) MSGPACK_PP_IF(p(156, s), m, MSGPACK_PP_TUPLE_EAT_2)(156, s) MSGPACK_PP_IF(p(156, s), MSGPACK_PP_FOR_156, MSGPACK_PP_TUPLE_EAT_4)(o(156, s), p, o, m)</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6c99be192d0208bd5f27cd50272bd325"> 175</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_156(s, p, o, m) MSGPACK_PP_IF(p(157, s), m, MSGPACK_PP_TUPLE_EAT_2)(157, s) MSGPACK_PP_IF(p(157, s), MSGPACK_PP_FOR_157, MSGPACK_PP_TUPLE_EAT_4)(o(157, s), p, o, m)</span></div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac2d398cd33fc91884f0c157edf2ff3ff"> 176</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_157(s, p, o, m) MSGPACK_PP_IF(p(158, s), m, MSGPACK_PP_TUPLE_EAT_2)(158, s) MSGPACK_PP_IF(p(158, s), MSGPACK_PP_FOR_158, MSGPACK_PP_TUPLE_EAT_4)(o(158, s), p, o, m)</span></div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9a2a32d886063e536fe3f998ea1631c0"> 177</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_158(s, p, o, m) MSGPACK_PP_IF(p(159, s), m, MSGPACK_PP_TUPLE_EAT_2)(159, s) MSGPACK_PP_IF(p(159, s), MSGPACK_PP_FOR_159, MSGPACK_PP_TUPLE_EAT_4)(o(159, s), p, o, m)</span></div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5c5012acd09f6222504aa9b2ff5f0e3f"> 178</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_159(s, p, o, m) MSGPACK_PP_IF(p(160, s), m, MSGPACK_PP_TUPLE_EAT_2)(160, s) MSGPACK_PP_IF(p(160, s), MSGPACK_PP_FOR_160, MSGPACK_PP_TUPLE_EAT_4)(o(160, s), p, o, m)</span></div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad4ed46a46b766347b904b01e7dbdd22a"> 179</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_160(s, p, o, m) MSGPACK_PP_IF(p(161, s), m, MSGPACK_PP_TUPLE_EAT_2)(161, s) MSGPACK_PP_IF(p(161, s), MSGPACK_PP_FOR_161, MSGPACK_PP_TUPLE_EAT_4)(o(161, s), p, o, m)</span></div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa21542395a4425341544742a53a5e748"> 180</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_161(s, p, o, m) MSGPACK_PP_IF(p(162, s), m, MSGPACK_PP_TUPLE_EAT_2)(162, s) MSGPACK_PP_IF(p(162, s), MSGPACK_PP_FOR_162, MSGPACK_PP_TUPLE_EAT_4)(o(162, s), p, o, m)</span></div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aeb18111dcb6f3babd0d3cf2ae403fc4d"> 181</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_162(s, p, o, m) MSGPACK_PP_IF(p(163, s), m, MSGPACK_PP_TUPLE_EAT_2)(163, s) MSGPACK_PP_IF(p(163, s), MSGPACK_PP_FOR_163, MSGPACK_PP_TUPLE_EAT_4)(o(163, s), p, o, m)</span></div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac0a619edf571edc46afff9584a4ffedd"> 182</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_163(s, p, o, m) MSGPACK_PP_IF(p(164, s), m, MSGPACK_PP_TUPLE_EAT_2)(164, s) MSGPACK_PP_IF(p(164, s), MSGPACK_PP_FOR_164, MSGPACK_PP_TUPLE_EAT_4)(o(164, s), p, o, m)</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a66e813faf4ccedb5828d8de304f962ec"> 183</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_164(s, p, o, m) MSGPACK_PP_IF(p(165, s), m, MSGPACK_PP_TUPLE_EAT_2)(165, s) MSGPACK_PP_IF(p(165, s), MSGPACK_PP_FOR_165, MSGPACK_PP_TUPLE_EAT_4)(o(165, s), p, o, m)</span></div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aef061d306fec77eabce7ae357cf358e7"> 184</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_165(s, p, o, m) MSGPACK_PP_IF(p(166, s), m, MSGPACK_PP_TUPLE_EAT_2)(166, s) MSGPACK_PP_IF(p(166, s), MSGPACK_PP_FOR_166, MSGPACK_PP_TUPLE_EAT_4)(o(166, s), p, o, m)</span></div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a15a23360e57de063b2b2ef96ff63973f"> 185</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_166(s, p, o, m) MSGPACK_PP_IF(p(167, s), m, MSGPACK_PP_TUPLE_EAT_2)(167, s) MSGPACK_PP_IF(p(167, s), MSGPACK_PP_FOR_167, MSGPACK_PP_TUPLE_EAT_4)(o(167, s), p, o, m)</span></div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a47cc1da39b27dcfe11ca268f4f4644b5"> 186</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_167(s, p, o, m) MSGPACK_PP_IF(p(168, s), m, MSGPACK_PP_TUPLE_EAT_2)(168, s) MSGPACK_PP_IF(p(168, s), MSGPACK_PP_FOR_168, MSGPACK_PP_TUPLE_EAT_4)(o(168, s), p, o, m)</span></div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ae9d94aba7cf1f5f9c8dd4d6703b12a4e"> 187</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_168(s, p, o, m) MSGPACK_PP_IF(p(169, s), m, MSGPACK_PP_TUPLE_EAT_2)(169, s) MSGPACK_PP_IF(p(169, s), MSGPACK_PP_FOR_169, MSGPACK_PP_TUPLE_EAT_4)(o(169, s), p, o, m)</span></div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4dbeee50365572995629f174bd532956"> 188</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_169(s, p, o, m) MSGPACK_PP_IF(p(170, s), m, MSGPACK_PP_TUPLE_EAT_2)(170, s) MSGPACK_PP_IF(p(170, s), MSGPACK_PP_FOR_170, MSGPACK_PP_TUPLE_EAT_4)(o(170, s), p, o, m)</span></div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a74b279d458479e56c107bb787befcba7"> 189</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_170(s, p, o, m) MSGPACK_PP_IF(p(171, s), m, MSGPACK_PP_TUPLE_EAT_2)(171, s) MSGPACK_PP_IF(p(171, s), MSGPACK_PP_FOR_171, MSGPACK_PP_TUPLE_EAT_4)(o(171, s), p, o, m)</span></div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad9384a78f5cd3162a169cbb19d6ba052"> 190</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_171(s, p, o, m) MSGPACK_PP_IF(p(172, s), m, MSGPACK_PP_TUPLE_EAT_2)(172, s) MSGPACK_PP_IF(p(172, s), MSGPACK_PP_FOR_172, MSGPACK_PP_TUPLE_EAT_4)(o(172, s), p, o, m)</span></div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a92fca5713a91b23282b7dbb07ee0dfc4"> 191</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_172(s, p, o, m) MSGPACK_PP_IF(p(173, s), m, MSGPACK_PP_TUPLE_EAT_2)(173, s) MSGPACK_PP_IF(p(173, s), MSGPACK_PP_FOR_173, MSGPACK_PP_TUPLE_EAT_4)(o(173, s), p, o, m)</span></div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#affc234601bad0091324ae52b149e6c7d"> 192</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_173(s, p, o, m) MSGPACK_PP_IF(p(174, s), m, MSGPACK_PP_TUPLE_EAT_2)(174, s) MSGPACK_PP_IF(p(174, s), MSGPACK_PP_FOR_174, MSGPACK_PP_TUPLE_EAT_4)(o(174, s), p, o, m)</span></div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a2c51c767c102c6da4eaa589956db33e6"> 193</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_174(s, p, o, m) MSGPACK_PP_IF(p(175, s), m, MSGPACK_PP_TUPLE_EAT_2)(175, s) MSGPACK_PP_IF(p(175, s), MSGPACK_PP_FOR_175, MSGPACK_PP_TUPLE_EAT_4)(o(175, s), p, o, m)</span></div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab4619f17dac535f80b003396cad5b5ea"> 194</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_175(s, p, o, m) MSGPACK_PP_IF(p(176, s), m, MSGPACK_PP_TUPLE_EAT_2)(176, s) MSGPACK_PP_IF(p(176, s), MSGPACK_PP_FOR_176, MSGPACK_PP_TUPLE_EAT_4)(o(176, s), p, o, m)</span></div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9b515b2aaf8ddf453c360bbff2af75ea"> 195</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_176(s, p, o, m) MSGPACK_PP_IF(p(177, s), m, MSGPACK_PP_TUPLE_EAT_2)(177, s) MSGPACK_PP_IF(p(177, s), MSGPACK_PP_FOR_177, MSGPACK_PP_TUPLE_EAT_4)(o(177, s), p, o, m)</span></div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aea8e0e67f6ac52cd8f769d9fd9c97db4"> 196</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_177(s, p, o, m) MSGPACK_PP_IF(p(178, s), m, MSGPACK_PP_TUPLE_EAT_2)(178, s) MSGPACK_PP_IF(p(178, s), MSGPACK_PP_FOR_178, MSGPACK_PP_TUPLE_EAT_4)(o(178, s), p, o, m)</span></div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7fe1a7eff573a79821609718c1a986c7"> 197</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_178(s, p, o, m) MSGPACK_PP_IF(p(179, s), m, MSGPACK_PP_TUPLE_EAT_2)(179, s) MSGPACK_PP_IF(p(179, s), MSGPACK_PP_FOR_179, MSGPACK_PP_TUPLE_EAT_4)(o(179, s), p, o, m)</span></div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ae567624258f4be82fe553412dc1a1aac"> 198</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_179(s, p, o, m) MSGPACK_PP_IF(p(180, s), m, MSGPACK_PP_TUPLE_EAT_2)(180, s) MSGPACK_PP_IF(p(180, s), MSGPACK_PP_FOR_180, MSGPACK_PP_TUPLE_EAT_4)(o(180, s), p, o, m)</span></div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1def9e251884966ead3830abdb3cc9db"> 199</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_180(s, p, o, m) MSGPACK_PP_IF(p(181, s), m, MSGPACK_PP_TUPLE_EAT_2)(181, s) MSGPACK_PP_IF(p(181, s), MSGPACK_PP_FOR_181, MSGPACK_PP_TUPLE_EAT_4)(o(181, s), p, o, m)</span></div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1f612973fb1927b694c3669cb60a81f3"> 200</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_181(s, p, o, m) MSGPACK_PP_IF(p(182, s), m, MSGPACK_PP_TUPLE_EAT_2)(182, s) MSGPACK_PP_IF(p(182, s), MSGPACK_PP_FOR_182, MSGPACK_PP_TUPLE_EAT_4)(o(182, s), p, o, m)</span></div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac0076bced3dd11d09c4916006482d75d"> 201</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_182(s, p, o, m) MSGPACK_PP_IF(p(183, s), m, MSGPACK_PP_TUPLE_EAT_2)(183, s) MSGPACK_PP_IF(p(183, s), MSGPACK_PP_FOR_183, MSGPACK_PP_TUPLE_EAT_4)(o(183, s), p, o, m)</span></div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab1ec3861db55eaa2236573f91f6c3839"> 202</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_183(s, p, o, m) MSGPACK_PP_IF(p(184, s), m, MSGPACK_PP_TUPLE_EAT_2)(184, s) MSGPACK_PP_IF(p(184, s), MSGPACK_PP_FOR_184, MSGPACK_PP_TUPLE_EAT_4)(o(184, s), p, o, m)</span></div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a065630d9afef3de6073311c71938b45f"> 203</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_184(s, p, o, m) MSGPACK_PP_IF(p(185, s), m, MSGPACK_PP_TUPLE_EAT_2)(185, s) MSGPACK_PP_IF(p(185, s), MSGPACK_PP_FOR_185, MSGPACK_PP_TUPLE_EAT_4)(o(185, s), p, o, m)</span></div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a39b43b2d4ea9a8bb3f22596074271000"> 204</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_185(s, p, o, m) MSGPACK_PP_IF(p(186, s), m, MSGPACK_PP_TUPLE_EAT_2)(186, s) MSGPACK_PP_IF(p(186, s), MSGPACK_PP_FOR_186, MSGPACK_PP_TUPLE_EAT_4)(o(186, s), p, o, m)</span></div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a2a75c4b8990dbc43bb6103338b008c64"> 205</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_186(s, p, o, m) MSGPACK_PP_IF(p(187, s), m, MSGPACK_PP_TUPLE_EAT_2)(187, s) MSGPACK_PP_IF(p(187, s), MSGPACK_PP_FOR_187, MSGPACK_PP_TUPLE_EAT_4)(o(187, s), p, o, m)</span></div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a189eab8503ce72bafe51877dcd437b92"> 206</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_187(s, p, o, m) MSGPACK_PP_IF(p(188, s), m, MSGPACK_PP_TUPLE_EAT_2)(188, s) MSGPACK_PP_IF(p(188, s), MSGPACK_PP_FOR_188, MSGPACK_PP_TUPLE_EAT_4)(o(188, s), p, o, m)</span></div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa22dd9ab0cc0d651895dd41ccd568884"> 207</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_188(s, p, o, m) MSGPACK_PP_IF(p(189, s), m, MSGPACK_PP_TUPLE_EAT_2)(189, s) MSGPACK_PP_IF(p(189, s), MSGPACK_PP_FOR_189, MSGPACK_PP_TUPLE_EAT_4)(o(189, s), p, o, m)</span></div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6abfa8cf42b6c837e4700d345a986aff"> 208</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_189(s, p, o, m) MSGPACK_PP_IF(p(190, s), m, MSGPACK_PP_TUPLE_EAT_2)(190, s) MSGPACK_PP_IF(p(190, s), MSGPACK_PP_FOR_190, MSGPACK_PP_TUPLE_EAT_4)(o(190, s), p, o, m)</span></div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a27b35ccaccaa0f41f179696da7ced7bd"> 209</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_190(s, p, o, m) MSGPACK_PP_IF(p(191, s), m, MSGPACK_PP_TUPLE_EAT_2)(191, s) MSGPACK_PP_IF(p(191, s), MSGPACK_PP_FOR_191, MSGPACK_PP_TUPLE_EAT_4)(o(191, s), p, o, m)</span></div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa81f14813b3d8b9966887bbae7ceeadd"> 210</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_191(s, p, o, m) MSGPACK_PP_IF(p(192, s), m, MSGPACK_PP_TUPLE_EAT_2)(192, s) MSGPACK_PP_IF(p(192, s), MSGPACK_PP_FOR_192, MSGPACK_PP_TUPLE_EAT_4)(o(192, s), p, o, m)</span></div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aaad8deefdcda9f05fedd28f558386cb5"> 211</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_192(s, p, o, m) MSGPACK_PP_IF(p(193, s), m, MSGPACK_PP_TUPLE_EAT_2)(193, s) MSGPACK_PP_IF(p(193, s), MSGPACK_PP_FOR_193, MSGPACK_PP_TUPLE_EAT_4)(o(193, s), p, o, m)</span></div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac486351051a9c8451a0b584727a0c46c"> 212</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_193(s, p, o, m) MSGPACK_PP_IF(p(194, s), m, MSGPACK_PP_TUPLE_EAT_2)(194, s) MSGPACK_PP_IF(p(194, s), MSGPACK_PP_FOR_194, MSGPACK_PP_TUPLE_EAT_4)(o(194, s), p, o, m)</span></div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a7b76297197143a8ced6d4eb5b0086ecc"> 213</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_194(s, p, o, m) MSGPACK_PP_IF(p(195, s), m, MSGPACK_PP_TUPLE_EAT_2)(195, s) MSGPACK_PP_IF(p(195, s), MSGPACK_PP_FOR_195, MSGPACK_PP_TUPLE_EAT_4)(o(195, s), p, o, m)</span></div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aff26c6354350b60a9230e3dd936f99fc"> 214</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_195(s, p, o, m) MSGPACK_PP_IF(p(196, s), m, MSGPACK_PP_TUPLE_EAT_2)(196, s) MSGPACK_PP_IF(p(196, s), MSGPACK_PP_FOR_196, MSGPACK_PP_TUPLE_EAT_4)(o(196, s), p, o, m)</span></div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af2ecb0ea61f690cc8abf6ca5d8387f1c"> 215</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_196(s, p, o, m) MSGPACK_PP_IF(p(197, s), m, MSGPACK_PP_TUPLE_EAT_2)(197, s) MSGPACK_PP_IF(p(197, s), MSGPACK_PP_FOR_197, MSGPACK_PP_TUPLE_EAT_4)(o(197, s), p, o, m)</span></div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a002118ced4ca4dc27038d2f21f5f7b99"> 216</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_197(s, p, o, m) MSGPACK_PP_IF(p(198, s), m, MSGPACK_PP_TUPLE_EAT_2)(198, s) MSGPACK_PP_IF(p(198, s), MSGPACK_PP_FOR_198, MSGPACK_PP_TUPLE_EAT_4)(o(198, s), p, o, m)</span></div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aaeeeca5481184fde787853002c5bca92"> 217</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_198(s, p, o, m) MSGPACK_PP_IF(p(199, s), m, MSGPACK_PP_TUPLE_EAT_2)(199, s) MSGPACK_PP_IF(p(199, s), MSGPACK_PP_FOR_199, MSGPACK_PP_TUPLE_EAT_4)(o(199, s), p, o, m)</span></div><div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8bcfb56a8e67adc1d4621d4eb0b6716b"> 218</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_199(s, p, o, m) MSGPACK_PP_IF(p(200, s), m, MSGPACK_PP_TUPLE_EAT_2)(200, s) MSGPACK_PP_IF(p(200, s), MSGPACK_PP_FOR_200, MSGPACK_PP_TUPLE_EAT_4)(o(200, s), p, o, m)</span></div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afe8ac2364638bb7dbff5313741891c59"> 219</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_200(s, p, o, m) MSGPACK_PP_IF(p(201, s), m, MSGPACK_PP_TUPLE_EAT_2)(201, s) MSGPACK_PP_IF(p(201, s), MSGPACK_PP_FOR_201, MSGPACK_PP_TUPLE_EAT_4)(o(201, s), p, o, m)</span></div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4a3603ec51da0f6e307b75baba9d15c4"> 220</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_201(s, p, o, m) MSGPACK_PP_IF(p(202, s), m, MSGPACK_PP_TUPLE_EAT_2)(202, s) MSGPACK_PP_IF(p(202, s), MSGPACK_PP_FOR_202, MSGPACK_PP_TUPLE_EAT_4)(o(202, s), p, o, m)</span></div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a671ac191d4dcdf71be1dd28b1cce259f"> 221</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_202(s, p, o, m) MSGPACK_PP_IF(p(203, s), m, MSGPACK_PP_TUPLE_EAT_2)(203, s) MSGPACK_PP_IF(p(203, s), MSGPACK_PP_FOR_203, MSGPACK_PP_TUPLE_EAT_4)(o(203, s), p, o, m)</span></div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#adcab372b00c69a760fcd8e807fbe7122"> 222</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_203(s, p, o, m) MSGPACK_PP_IF(p(204, s), m, MSGPACK_PP_TUPLE_EAT_2)(204, s) MSGPACK_PP_IF(p(204, s), MSGPACK_PP_FOR_204, MSGPACK_PP_TUPLE_EAT_4)(o(204, s), p, o, m)</span></div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a821224c9a9c7bc78d8c76bae7089dc48"> 223</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_204(s, p, o, m) MSGPACK_PP_IF(p(205, s), m, MSGPACK_PP_TUPLE_EAT_2)(205, s) MSGPACK_PP_IF(p(205, s), MSGPACK_PP_FOR_205, MSGPACK_PP_TUPLE_EAT_4)(o(205, s), p, o, m)</span></div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af3c1b17d1aefc63eac7a3a7112cf6a42"> 224</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_205(s, p, o, m) MSGPACK_PP_IF(p(206, s), m, MSGPACK_PP_TUPLE_EAT_2)(206, s) MSGPACK_PP_IF(p(206, s), MSGPACK_PP_FOR_206, MSGPACK_PP_TUPLE_EAT_4)(o(206, s), p, o, m)</span></div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab74c898e7d9dd493ff228d76247d8454"> 225</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_206(s, p, o, m) MSGPACK_PP_IF(p(207, s), m, MSGPACK_PP_TUPLE_EAT_2)(207, s) MSGPACK_PP_IF(p(207, s), MSGPACK_PP_FOR_207, MSGPACK_PP_TUPLE_EAT_4)(o(207, s), p, o, m)</span></div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a01bd5e80b6960a8518304f184525fbfe"> 226</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_207(s, p, o, m) MSGPACK_PP_IF(p(208, s), m, MSGPACK_PP_TUPLE_EAT_2)(208, s) MSGPACK_PP_IF(p(208, s), MSGPACK_PP_FOR_208, MSGPACK_PP_TUPLE_EAT_4)(o(208, s), p, o, m)</span></div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a081ca3cb0d41f05afed43fa17c42c71d"> 227</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_208(s, p, o, m) MSGPACK_PP_IF(p(209, s), m, MSGPACK_PP_TUPLE_EAT_2)(209, s) MSGPACK_PP_IF(p(209, s), MSGPACK_PP_FOR_209, MSGPACK_PP_TUPLE_EAT_4)(o(209, s), p, o, m)</span></div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a36acf615564f9d367baf7ded0c6733d0"> 228</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_209(s, p, o, m) MSGPACK_PP_IF(p(210, s), m, MSGPACK_PP_TUPLE_EAT_2)(210, s) MSGPACK_PP_IF(p(210, s), MSGPACK_PP_FOR_210, MSGPACK_PP_TUPLE_EAT_4)(o(210, s), p, o, m)</span></div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af95fc8a504026b8c369916438f1829fb"> 229</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_210(s, p, o, m) MSGPACK_PP_IF(p(211, s), m, MSGPACK_PP_TUPLE_EAT_2)(211, s) MSGPACK_PP_IF(p(211, s), MSGPACK_PP_FOR_211, MSGPACK_PP_TUPLE_EAT_4)(o(211, s), p, o, m)</span></div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af689558f5f88d6b0191004838fd9fd45"> 230</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_211(s, p, o, m) MSGPACK_PP_IF(p(212, s), m, MSGPACK_PP_TUPLE_EAT_2)(212, s) MSGPACK_PP_IF(p(212, s), MSGPACK_PP_FOR_212, MSGPACK_PP_TUPLE_EAT_4)(o(212, s), p, o, m)</span></div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a17d68a09245cf0c4d0d12724f5429c7c"> 231</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_212(s, p, o, m) MSGPACK_PP_IF(p(213, s), m, MSGPACK_PP_TUPLE_EAT_2)(213, s) MSGPACK_PP_IF(p(213, s), MSGPACK_PP_FOR_213, MSGPACK_PP_TUPLE_EAT_4)(o(213, s), p, o, m)</span></div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a82c626b09f9953feb22cd86b482ee1da"> 232</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_213(s, p, o, m) MSGPACK_PP_IF(p(214, s), m, MSGPACK_PP_TUPLE_EAT_2)(214, s) MSGPACK_PP_IF(p(214, s), MSGPACK_PP_FOR_214, MSGPACK_PP_TUPLE_EAT_4)(o(214, s), p, o, m)</span></div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a8ca27f5c926809726d91c3f9379db5ce"> 233</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_214(s, p, o, m) MSGPACK_PP_IF(p(215, s), m, MSGPACK_PP_TUPLE_EAT_2)(215, s) MSGPACK_PP_IF(p(215, s), MSGPACK_PP_FOR_215, MSGPACK_PP_TUPLE_EAT_4)(o(215, s), p, o, m)</span></div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad64959f330bb0eab0706fc2bc51fb68b"> 234</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_215(s, p, o, m) MSGPACK_PP_IF(p(216, s), m, MSGPACK_PP_TUPLE_EAT_2)(216, s) MSGPACK_PP_IF(p(216, s), MSGPACK_PP_FOR_216, MSGPACK_PP_TUPLE_EAT_4)(o(216, s), p, o, m)</span></div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a2357c3e00a457e18a7e063978f9e2f32"> 235</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_216(s, p, o, m) MSGPACK_PP_IF(p(217, s), m, MSGPACK_PP_TUPLE_EAT_2)(217, s) MSGPACK_PP_IF(p(217, s), MSGPACK_PP_FOR_217, MSGPACK_PP_TUPLE_EAT_4)(o(217, s), p, o, m)</span></div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6f3159dd89723d93fee9924462e3a096"> 236</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_217(s, p, o, m) MSGPACK_PP_IF(p(218, s), m, MSGPACK_PP_TUPLE_EAT_2)(218, s) MSGPACK_PP_IF(p(218, s), MSGPACK_PP_FOR_218, MSGPACK_PP_TUPLE_EAT_4)(o(218, s), p, o, m)</span></div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a99f6ee209b56db830ae21dcbde113cfc"> 237</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_218(s, p, o, m) MSGPACK_PP_IF(p(219, s), m, MSGPACK_PP_TUPLE_EAT_2)(219, s) MSGPACK_PP_IF(p(219, s), MSGPACK_PP_FOR_219, MSGPACK_PP_TUPLE_EAT_4)(o(219, s), p, o, m)</span></div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a9e39ae48c0e8e88179162d652895f1f5"> 238</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_219(s, p, o, m) MSGPACK_PP_IF(p(220, s), m, MSGPACK_PP_TUPLE_EAT_2)(220, s) MSGPACK_PP_IF(p(220, s), MSGPACK_PP_FOR_220, MSGPACK_PP_TUPLE_EAT_4)(o(220, s), p, o, m)</span></div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a024bb1fcd2ef72709c0dbc31a09f4fc9"> 239</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_220(s, p, o, m) MSGPACK_PP_IF(p(221, s), m, MSGPACK_PP_TUPLE_EAT_2)(221, s) MSGPACK_PP_IF(p(221, s), MSGPACK_PP_FOR_221, MSGPACK_PP_TUPLE_EAT_4)(o(221, s), p, o, m)</span></div><div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a898a7e5ec4e060e4659623b4cf562e58"> 240</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_221(s, p, o, m) MSGPACK_PP_IF(p(222, s), m, MSGPACK_PP_TUPLE_EAT_2)(222, s) MSGPACK_PP_IF(p(222, s), MSGPACK_PP_FOR_222, MSGPACK_PP_TUPLE_EAT_4)(o(222, s), p, o, m)</span></div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5b9c78eb7379f5327b8c41d485a59dfa"> 241</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_222(s, p, o, m) MSGPACK_PP_IF(p(223, s), m, MSGPACK_PP_TUPLE_EAT_2)(223, s) MSGPACK_PP_IF(p(223, s), MSGPACK_PP_FOR_223, MSGPACK_PP_TUPLE_EAT_4)(o(223, s), p, o, m)</span></div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a2f74ef17deefbf5863e816fd41fb07fa"> 242</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_223(s, p, o, m) MSGPACK_PP_IF(p(224, s), m, MSGPACK_PP_TUPLE_EAT_2)(224, s) MSGPACK_PP_IF(p(224, s), MSGPACK_PP_FOR_224, MSGPACK_PP_TUPLE_EAT_4)(o(224, s), p, o, m)</span></div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a97b0eb131a53222f21f24143dd5e2150"> 243</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_224(s, p, o, m) MSGPACK_PP_IF(p(225, s), m, MSGPACK_PP_TUPLE_EAT_2)(225, s) MSGPACK_PP_IF(p(225, s), MSGPACK_PP_FOR_225, MSGPACK_PP_TUPLE_EAT_4)(o(225, s), p, o, m)</span></div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab50398de4fe37d40d9cfb94f59c6fb40"> 244</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_225(s, p, o, m) MSGPACK_PP_IF(p(226, s), m, MSGPACK_PP_TUPLE_EAT_2)(226, s) MSGPACK_PP_IF(p(226, s), MSGPACK_PP_FOR_226, MSGPACK_PP_TUPLE_EAT_4)(o(226, s), p, o, m)</span></div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a5afcd998f9006a1a4a4360919f75c913"> 245</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_226(s, p, o, m) MSGPACK_PP_IF(p(227, s), m, MSGPACK_PP_TUPLE_EAT_2)(227, s) MSGPACK_PP_IF(p(227, s), MSGPACK_PP_FOR_227, MSGPACK_PP_TUPLE_EAT_4)(o(227, s), p, o, m)</span></div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a4fd075f9f2769c04bbc220ad0fcc17b4"> 246</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_227(s, p, o, m) MSGPACK_PP_IF(p(228, s), m, MSGPACK_PP_TUPLE_EAT_2)(228, s) MSGPACK_PP_IF(p(228, s), MSGPACK_PP_FOR_228, MSGPACK_PP_TUPLE_EAT_4)(o(228, s), p, o, m)</span></div><div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a08c051fb02afc854b1863b9baaab286c"> 247</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_228(s, p, o, m) MSGPACK_PP_IF(p(229, s), m, MSGPACK_PP_TUPLE_EAT_2)(229, s) MSGPACK_PP_IF(p(229, s), MSGPACK_PP_FOR_229, MSGPACK_PP_TUPLE_EAT_4)(o(229, s), p, o, m)</span></div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a941ba08e54ac765fdc7318e8c1370549"> 248</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_229(s, p, o, m) MSGPACK_PP_IF(p(230, s), m, MSGPACK_PP_TUPLE_EAT_2)(230, s) MSGPACK_PP_IF(p(230, s), MSGPACK_PP_FOR_230, MSGPACK_PP_TUPLE_EAT_4)(o(230, s), p, o, m)</span></div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a32eaf521297393f81422c24d27748531"> 249</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_230(s, p, o, m) MSGPACK_PP_IF(p(231, s), m, MSGPACK_PP_TUPLE_EAT_2)(231, s) MSGPACK_PP_IF(p(231, s), MSGPACK_PP_FOR_231, MSGPACK_PP_TUPLE_EAT_4)(o(231, s), p, o, m)</span></div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#addd0ee92e1ef1e8ad8879ed056b125ee"> 250</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_231(s, p, o, m) MSGPACK_PP_IF(p(232, s), m, MSGPACK_PP_TUPLE_EAT_2)(232, s) MSGPACK_PP_IF(p(232, s), MSGPACK_PP_FOR_232, MSGPACK_PP_TUPLE_EAT_4)(o(232, s), p, o, m)</span></div><div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#abcd7779822ca226376e49f09ccae35ae"> 251</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_232(s, p, o, m) MSGPACK_PP_IF(p(233, s), m, MSGPACK_PP_TUPLE_EAT_2)(233, s) MSGPACK_PP_IF(p(233, s), MSGPACK_PP_FOR_233, MSGPACK_PP_TUPLE_EAT_4)(o(233, s), p, o, m)</span></div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afe041f15ef91dc06c86beb8f49a740a4"> 252</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_233(s, p, o, m) MSGPACK_PP_IF(p(234, s), m, MSGPACK_PP_TUPLE_EAT_2)(234, s) MSGPACK_PP_IF(p(234, s), MSGPACK_PP_FOR_234, MSGPACK_PP_TUPLE_EAT_4)(o(234, s), p, o, m)</span></div><div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#adef40004de1f9ea42bf3e9942e02a9be"> 253</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_234(s, p, o, m) MSGPACK_PP_IF(p(235, s), m, MSGPACK_PP_TUPLE_EAT_2)(235, s) MSGPACK_PP_IF(p(235, s), MSGPACK_PP_FOR_235, MSGPACK_PP_TUPLE_EAT_4)(o(235, s), p, o, m)</span></div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#afa66d96a81a01a672f23bd59a7c595d1"> 254</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_235(s, p, o, m) MSGPACK_PP_IF(p(236, s), m, MSGPACK_PP_TUPLE_EAT_2)(236, s) MSGPACK_PP_IF(p(236, s), MSGPACK_PP_FOR_236, MSGPACK_PP_TUPLE_EAT_4)(o(236, s), p, o, m)</span></div><div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a67969dc1fc6b1c374b07ee156d0be7a4"> 255</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_236(s, p, o, m) MSGPACK_PP_IF(p(237, s), m, MSGPACK_PP_TUPLE_EAT_2)(237, s) MSGPACK_PP_IF(p(237, s), MSGPACK_PP_FOR_237, MSGPACK_PP_TUPLE_EAT_4)(o(237, s), p, o, m)</span></div><div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aa4081918240d89147ccf8fd72fbd96d9"> 256</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_237(s, p, o, m) MSGPACK_PP_IF(p(238, s), m, MSGPACK_PP_TUPLE_EAT_2)(238, s) MSGPACK_PP_IF(p(238, s), MSGPACK_PP_FOR_238, MSGPACK_PP_TUPLE_EAT_4)(o(238, s), p, o, m)</span></div><div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ac630399bcbe8c98b9fee967eb849d5f9"> 257</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_238(s, p, o, m) MSGPACK_PP_IF(p(239, s), m, MSGPACK_PP_TUPLE_EAT_2)(239, s) MSGPACK_PP_IF(p(239, s), MSGPACK_PP_FOR_239, MSGPACK_PP_TUPLE_EAT_4)(o(239, s), p, o, m)</span></div><div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a666f02a8e428de3e53d67d03c90b77cd"> 258</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_239(s, p, o, m) MSGPACK_PP_IF(p(240, s), m, MSGPACK_PP_TUPLE_EAT_2)(240, s) MSGPACK_PP_IF(p(240, s), MSGPACK_PP_FOR_240, MSGPACK_PP_TUPLE_EAT_4)(o(240, s), p, o, m)</span></div><div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a6f2c177b7c46a92ab1418a22ebfd8df1"> 259</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_240(s, p, o, m) MSGPACK_PP_IF(p(241, s), m, MSGPACK_PP_TUPLE_EAT_2)(241, s) MSGPACK_PP_IF(p(241, s), MSGPACK_PP_FOR_241, MSGPACK_PP_TUPLE_EAT_4)(o(241, s), p, o, m)</span></div><div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a80df24fe384e1da0795be5bfc9b1a449"> 260</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_241(s, p, o, m) MSGPACK_PP_IF(p(242, s), m, MSGPACK_PP_TUPLE_EAT_2)(242, s) MSGPACK_PP_IF(p(242, s), MSGPACK_PP_FOR_242, MSGPACK_PP_TUPLE_EAT_4)(o(242, s), p, o, m)</span></div><div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ad9330e57bbf569758091a4bac5d3e931"> 261</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_242(s, p, o, m) MSGPACK_PP_IF(p(243, s), m, MSGPACK_PP_TUPLE_EAT_2)(243, s) MSGPACK_PP_IF(p(243, s), MSGPACK_PP_FOR_243, MSGPACK_PP_TUPLE_EAT_4)(o(243, s), p, o, m)</span></div><div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a45ebab7606ba8fcea26f720571e47b93"> 262</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_243(s, p, o, m) MSGPACK_PP_IF(p(244, s), m, MSGPACK_PP_TUPLE_EAT_2)(244, s) MSGPACK_PP_IF(p(244, s), MSGPACK_PP_FOR_244, MSGPACK_PP_TUPLE_EAT_4)(o(244, s), p, o, m)</span></div><div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#acf8da639e37adfe8dc4a8b7358ff4a0b"> 263</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_244(s, p, o, m) MSGPACK_PP_IF(p(245, s), m, MSGPACK_PP_TUPLE_EAT_2)(245, s) MSGPACK_PP_IF(p(245, s), MSGPACK_PP_FOR_245, MSGPACK_PP_TUPLE_EAT_4)(o(245, s), p, o, m)</span></div><div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a35e7aad31cf03fc397f87bc5fc7f4bc5"> 264</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_245(s, p, o, m) MSGPACK_PP_IF(p(246, s), m, MSGPACK_PP_TUPLE_EAT_2)(246, s) MSGPACK_PP_IF(p(246, s), MSGPACK_PP_FOR_246, MSGPACK_PP_TUPLE_EAT_4)(o(246, s), p, o, m)</span></div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a1f920713e8ab20fbee62cd12a60a2b30"> 265</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_246(s, p, o, m) MSGPACK_PP_IF(p(247, s), m, MSGPACK_PP_TUPLE_EAT_2)(247, s) MSGPACK_PP_IF(p(247, s), MSGPACK_PP_FOR_247, MSGPACK_PP_TUPLE_EAT_4)(o(247, s), p, o, m)</span></div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#ab1ab431484c49563ae099c14608a971d"> 266</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_247(s, p, o, m) MSGPACK_PP_IF(p(248, s), m, MSGPACK_PP_TUPLE_EAT_2)(248, s) MSGPACK_PP_IF(p(248, s), MSGPACK_PP_FOR_248, MSGPACK_PP_TUPLE_EAT_4)(o(248, s), p, o, m)</span></div><div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#abd3b1af94c0e14b5add6ca59a3ef4d93"> 267</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_248(s, p, o, m) MSGPACK_PP_IF(p(249, s), m, MSGPACK_PP_TUPLE_EAT_2)(249, s) MSGPACK_PP_IF(p(249, s), MSGPACK_PP_FOR_249, MSGPACK_PP_TUPLE_EAT_4)(o(249, s), p, o, m)</span></div><div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af8b1b7c5636ef71249c743ac95f42fb9"> 268</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_249(s, p, o, m) MSGPACK_PP_IF(p(250, s), m, MSGPACK_PP_TUPLE_EAT_2)(250, s) MSGPACK_PP_IF(p(250, s), MSGPACK_PP_FOR_250, MSGPACK_PP_TUPLE_EAT_4)(o(250, s), p, o, m)</span></div><div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a35296eb3bf0a2be56608dbc22a82de62"> 269</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_250(s, p, o, m) MSGPACK_PP_IF(p(251, s), m, MSGPACK_PP_TUPLE_EAT_2)(251, s) MSGPACK_PP_IF(p(251, s), MSGPACK_PP_FOR_251, MSGPACK_PP_TUPLE_EAT_4)(o(251, s), p, o, m)</span></div><div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a115cd3a53364fe941483e3a566652524"> 270</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_251(s, p, o, m) MSGPACK_PP_IF(p(252, s), m, MSGPACK_PP_TUPLE_EAT_2)(252, s) MSGPACK_PP_IF(p(252, s), MSGPACK_PP_FOR_252, MSGPACK_PP_TUPLE_EAT_4)(o(252, s), p, o, m)</span></div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#af54304c097c97aa83dd0c2246270f255"> 271</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_252(s, p, o, m) MSGPACK_PP_IF(p(253, s), m, MSGPACK_PP_TUPLE_EAT_2)(253, s) MSGPACK_PP_IF(p(253, s), MSGPACK_PP_FOR_253, MSGPACK_PP_TUPLE_EAT_4)(o(253, s), p, o, m)</span></div><div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#a3121d90ed154ecb601705139afb82de9"> 272</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_253(s, p, o, m) MSGPACK_PP_IF(p(254, s), m, MSGPACK_PP_TUPLE_EAT_2)(254, s) MSGPACK_PP_IF(p(254, s), MSGPACK_PP_FOR_254, MSGPACK_PP_TUPLE_EAT_4)(o(254, s), p, o, m)</span></div><div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aed0fcd6605b9f5195424d8dab8661e24"> 273</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_254(s, p, o, m) MSGPACK_PP_IF(p(255, s), m, MSGPACK_PP_TUPLE_EAT_2)(255, s) MSGPACK_PP_IF(p(255, s), MSGPACK_PP_FOR_255, MSGPACK_PP_TUPLE_EAT_4)(o(255, s), p, o, m)</span></div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#abb77a06e498de9e0609e0d17d4416398"> 274</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_255(s, p, o, m) MSGPACK_PP_IF(p(256, s), m, MSGPACK_PP_TUPLE_EAT_2)(256, s) MSGPACK_PP_IF(p(256, s), MSGPACK_PP_FOR_256, MSGPACK_PP_TUPLE_EAT_4)(o(256, s), p, o, m)</span></div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="repetition_2detail_2msvc_2for_8hpp.html#aebca9099b0a444f3cb3bf18f96781a51"> 275</a></span>&#160;<span class="preprocessor"># define MSGPACK_PP_FOR_256(s, p, o, m) MSGPACK_PP_IF(p(257, s), m, MSGPACK_PP_TUPLE_EAT_2)(257, s) MSGPACK_PP_IF(p(257, s), MSGPACK_PP_FOR_257, MSGPACK_PP_TUPLE_EAT_4)(o(257, s), p, o, m)</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="eat_8hpp_html"><div class="ttname"><a href="eat_8hpp.html">eat.hpp</a></div></div>
<div class="ttc" id="control_2if_8hpp_html"><div class="ttname"><a href="control_2if_8hpp.html">if.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.11
</small></address>
</body>
</html>