-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
214 changed files
with
1,361 additions
and
1,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Macro BOOST_PARSER_MAX_AGGREGATE_SIZE</title> | ||
<link rel="stylesheet" href="boostbook.css" type="text/css"> | ||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> | ||
<link rel="home" href="index.html" title="Chapter 1. Boost.Parser (Proposed)"> | ||
<link rel="up" href="header/boost/parser/config_hpp.html" title="Header <boost/parser/config.hpp>"> | ||
<link rel="prev" href="BOOST_PARSER_DISA_idm16874.html" title="Macro BOOST_PARSER_DISABLE_HANA_TUPLE"> | ||
<link rel="next" href="BOOST_PARSER_USE_CONCEPTS.html" title="Macro BOOST_PARSER_USE_CONCEPTS"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> | ||
<div class="spirit-nav"> | ||
<a accesskey="p" href="BOOST_PARSER_DISA_idm16874.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/config_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_USE_CONCEPTS.html"><img src="images/next.png" alt="Next"></a> | ||
</div> | ||
<div class="refentry"> | ||
<a name="BOOST_PARSER_MAX__idm16879"></a><div class="titlepage"></div> | ||
<div class="refnamediv"> | ||
<h2><span class="refentrytitle">Macro BOOST_PARSER_MAX_AGGREGATE_SIZE</span></h2> | ||
<p>BOOST_PARSER_MAX_AGGREGATE_SIZE</p> | ||
</div> | ||
<h2 class="refsynopsisdiv-title">Synopsis</h2> | ||
<div class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="header/boost/parser/config_hpp.html" title="Header <boost/parser/config.hpp>">boost/parser/config.hpp</a>> | ||
|
||
</span>BOOST_PARSER_MAX_AGGREGATE_SIZE</pre></div> | ||
<div class="refsect1"> | ||
<a name="idm16022"></a><h2>Description</h2> | ||
<p>Boost.Parser automatically treats aggregate structs as if they were tuples. It uses some metaprogramming to do this. The technique used has a hard limit on the number of data members a struct can have. Re-define this macro to change the hard limit. Note that large values may increase compile times. </p> | ||
</div> | ||
</div> | ||
<div class="copyright-footer">Copyright © 2020 T. Zachary Laine<p> | ||
Distributed under the Boost Software License, Version 1.0. (See accompanying | ||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) | ||
</p> | ||
</div> | ||
<hr> | ||
<div class="spirit-nav"> | ||
<a accesskey="p" href="BOOST_PARSER_DISA_idm16874.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/config_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_USE_CONCEPTS.html"><img src="images/next.png" alt="Next"></a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.