mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add libraries listed of category
This commit is contained in:
parent
cc40817a99
commit
093ec715de
8 changed files with 389 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
.. _sprout:
|
||||
###############################################################################
|
||||
Sprout C++ Library
|
||||
Sprout C++ Libraries
|
||||
###############################################################################
|
||||
|
||||
.. toctree::
|
||||
|
@ -8,3 +8,69 @@ Sprout C++ Library
|
|||
|
||||
libraries
|
||||
|
||||
.. _sprout-welcome:
|
||||
*******************************************************************************
|
||||
Welcome to the Sprout C++ Libraries
|
||||
*******************************************************************************
|
||||
|
||||
C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
|
||||
|
||||
.. _sprout-project:
|
||||
*******************************************************************************
|
||||
Project page
|
||||
*******************************************************************************
|
||||
|
||||
Github: https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
.. _sprout-install:
|
||||
*******************************************************************************
|
||||
Install
|
||||
*******************************************************************************
|
||||
|
||||
Through the path to the directory. ``/path/to/sprout``
|
||||
|
||||
This library can be used in the header only.
|
||||
|
||||
.. _sprout-compilers:
|
||||
*******************************************************************************
|
||||
Supported Compilers
|
||||
*******************************************************************************
|
||||
|
||||
Linux:
|
||||
|
||||
* GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1
|
||||
|
||||
* Clang, C++11 mode: 3.2, 3.3
|
||||
|
||||
.. _sprout-author:
|
||||
*******************************************************************************
|
||||
Author
|
||||
*******************************************************************************
|
||||
|
||||
Bolero MURAKAMI
|
||||
|
||||
* Website: http://www.boleros.x0.com/
|
||||
|
||||
* Twitter: https://twitter.com/bolero_murakami
|
||||
|
||||
* Facebook: http://www.facebook.com/genya.murakami
|
||||
|
||||
* Blog: http://d.hatena.ne.jp/boleros/
|
||||
|
||||
* Github: https://github.com/bolero-MURAKAMI
|
||||
|
||||
* SlideShare: http://www.slideshare.net/GenyaMurakami
|
||||
|
||||
* Mail: contact-lib@boleros.x0.com
|
||||
|
||||
.. _sprout-copyrights:
|
||||
*******************************************************************************
|
||||
Copyrights
|
||||
*******************************************************************************
|
||||
|
||||
Copyright (C) 2011-2013 Bolero MURAKAMI.
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
|
|
|
@ -13,9 +13,69 @@ Libraries
|
|||
Libraries Listed by Category
|
||||
*******************************************************************************
|
||||
|
||||
.. _sprout-listed_by_category-containers:
|
||||
Containers and Data structures
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-algorithms:
|
||||
Algorithms
|
||||
=======================================
|
||||
|
||||
* :doc:`algorithm <./sprout/algorithm/index>`
|
||||
|
||||
.. _sprout-listed_by_category-algorithms:
|
||||
Algorithms
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-container_supports:
|
||||
Container supports
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-function_objects:
|
||||
Function Objects
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-iterators:
|
||||
Iterators
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-mathematics:
|
||||
Mathematics
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-template_metaprogramming:
|
||||
Template Metaprogramming
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-preprocessor_metaprogramming:
|
||||
Preprocessor Metaprogramming
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-domain_specific:
|
||||
Domain specific
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-domain_specific:
|
||||
Domain specific
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-parsing:
|
||||
Parsing
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-ray_tracing:
|
||||
Ray tracing
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-synthesizer:
|
||||
Synthesizer
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-miscellaneous:
|
||||
Miscellaneous
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-c-compatible:
|
||||
C-compatible
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout v1.0 documentation" href="#" />
|
||||
<link rel="next" title="Sprout C++ Library" href="libs/index.html" />
|
||||
<link rel="next" title="Sprout C++ Libraries" href="libs/index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -30,7 +30,7 @@
|
|||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="libs/index.html" title="Sprout C++ Library"
|
||||
<a href="libs/index.html" title="Sprout C++ Libraries"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li><a href="#">Sprout v1.0 documentation</a> »</li>
|
||||
</ul>
|
||||
|
@ -45,8 +45,14 @@
|
|||
<h1>Welcome to Sprout’s documentation!<a class="headerlink" href="#welcome-to-sprout-s-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Contents:</p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference external" href="libs/index.html">Sprout C++ Library</a><ul>
|
||||
<li class="toctree-l1"><a class="reference external" href="libs/index.html">Sprout C++ Libraries</a><ul>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/libraries.html">Libraries</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/index.html#welcome-to-the-sprout-c-libraries">Welcome to the Sprout C++ Libraries</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/index.html#project-page">Project page</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/index.html#install">Install</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/index.html#supported-compilers">Supported Compilers</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/index.html#author">Author</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="libs/index.html#copyrights">Copyrights</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -76,7 +82,7 @@
|
|||
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="libs/index.html"
|
||||
title="next chapter">Sprout C++ Library</a></p>
|
||||
title="next chapter">Sprout C++ Libraries</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/index.txt"
|
||||
|
@ -106,7 +112,7 @@
|
|||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="libs/index.html" title="Sprout C++ Library"
|
||||
<a href="libs/index.html" title="Sprout C++ Libraries"
|
||||
>next</a> |</li>
|
||||
<li><a href="#">Sprout v1.0 documentation</a> »</li>
|
||||
</ul>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Sprout C++ Library — Sprout v1.0 documentation</title>
|
||||
<title>Sprout C++ Libraries — Sprout v1.0 documentation</title>
|
||||
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
|
@ -45,11 +45,51 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="sprout-c-library">
|
||||
<h1>Sprout C++ Library<a class="headerlink" href="#sprout-c-library" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="sprout-c-libraries">
|
||||
<h1>Sprout C++ Libraries<a class="headerlink" href="#sprout-c-libraries" title="Permalink to this headline">¶</a></h1>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference external" href="libraries.html">Libraries</a></li>
|
||||
</ul>
|
||||
<div class="section" id="welcome-to-the-sprout-c-libraries">
|
||||
<h2>Welcome to the Sprout C++ Libraries<a class="headerlink" href="#welcome-to-the-sprout-c-libraries" title="Permalink to this headline">¶</a></h2>
|
||||
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
||||
</div>
|
||||
<div class="section" id="project-page">
|
||||
<h2>Project page<a class="headerlink" href="#project-page" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Github: <a class="reference external" href="https://github.com/bolero-MURAKAMI/Sprout">https://github.com/bolero-MURAKAMI/Sprout</a></p>
|
||||
</div>
|
||||
<div class="section" id="install">
|
||||
<h2>Install<a class="headerlink" href="#install" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Through the path to the directory. <tt class="docutils literal"><span class="pre">/path/to/sprout</span></tt></p>
|
||||
<p>This library can be used in the header only.</p>
|
||||
</div>
|
||||
<div class="section" id="supported-compilers">
|
||||
<h2>Supported Compilers<a class="headerlink" href="#supported-compilers" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Linux:</p>
|
||||
<ul class="simple">
|
||||
<li>GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1</li>
|
||||
<li>Clang, C++11 mode: 3.2, 3.3</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="author">
|
||||
<h2>Author<a class="headerlink" href="#author" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Bolero MURAKAMI</p>
|
||||
<ul class="simple">
|
||||
<li>Website: <a class="reference external" href="http://www.boleros.x0.com/">http://www.boleros.x0.com/</a></li>
|
||||
<li>Twitter: <a class="reference external" href="https://twitter.com/bolero_murakami">https://twitter.com/bolero_murakami</a></li>
|
||||
<li>Facebook: <a class="reference external" href="http://www.facebook.com/genya.murakami">http://www.facebook.com/genya.murakami</a></li>
|
||||
<li>Blog: <a class="reference external" href="http://d.hatena.ne.jp/boleros/">http://d.hatena.ne.jp/boleros/</a></li>
|
||||
<li>Github: <a class="reference external" href="https://github.com/bolero-MURAKAMI">https://github.com/bolero-MURAKAMI</a></li>
|
||||
<li>SlideShare: <a class="reference external" href="http://www.slideshare.net/GenyaMurakami">http://www.slideshare.net/GenyaMurakami</a></li>
|
||||
<li>Mail: <a class="reference external" href="mailto:contact-lib%40boleros.x0.com">contact-lib<span>@</span>boleros<span>.</span>x0<span>.</span>com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="copyrights">
|
||||
<h2>Copyrights<a class="headerlink" href="#copyrights" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Copyright (C) 2011-2013 Bolero MURAKAMI.</p>
|
||||
<p>Distributed under the Boost Software License, Version 1.0.</p>
|
||||
<p>(See accompanying file LICENSE_1_0.txt or copy at <a class="reference external" href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -58,6 +98,19 @@
|
|||
</div>
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<h3><a href="../index.html">Table Of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference external" href="#">Sprout C++ Libraries</a><ul>
|
||||
<li><a class="reference external" href="#welcome-to-the-sprout-c-libraries">Welcome to the Sprout C++ Libraries</a></li>
|
||||
<li><a class="reference external" href="#project-page">Project page</a></li>
|
||||
<li><a class="reference external" href="#install">Install</a></li>
|
||||
<li><a class="reference external" href="#supported-compilers">Supported Compilers</a></li>
|
||||
<li><a class="reference external" href="#author">Author</a></li>
|
||||
<li><a class="reference external" href="#copyrights">Copyrights</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="../index.html"
|
||||
title="previous chapter">Welcome to Sprout’s documentation!</a></p>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
<script type="text/javascript" src="../_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout v1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Sprout C++ Library" href="index.html" />
|
||||
<link rel="up" title="Sprout C++ Libraries" href="index.html" />
|
||||
<link rel="next" title="Sprout.Algorithm" href="sprout/algorithm/index.html" />
|
||||
<link rel="prev" title="Sprout C++ Library" href="index.html" />
|
||||
<link rel="prev" title="Sprout C++ Libraries" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -35,10 +35,10 @@
|
|||
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="Sprout C++ Library"
|
||||
<a href="index.html" title="Sprout C++ Libraries"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">Sprout v1.0 documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Sprout C++ Library</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Sprout C++ Libraries</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -51,12 +51,57 @@
|
|||
<h1>Libraries<a class="headerlink" href="#libraries" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="libraries-listed-by-category">
|
||||
<h2>Libraries Listed by Category<a class="headerlink" href="#libraries-listed-by-category" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="containers-and-data-structures">
|
||||
<h3>Containers and Data structures<a class="headerlink" href="#containers-and-data-structures" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="algorithms">
|
||||
<h3>Algorithms<a class="headerlink" href="#algorithms" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="sprout/algorithm/index.html"><em>algorithm</em></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
<h3>Algorithms<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="container-supports">
|
||||
<h3>Container supports<a class="headerlink" href="#container-supports" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="function-objects">
|
||||
<h3>Function Objects<a class="headerlink" href="#function-objects" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="iterators">
|
||||
<h3>Iterators<a class="headerlink" href="#iterators" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="mathematics">
|
||||
<h3>Mathematics<a class="headerlink" href="#mathematics" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="template-metaprogramming">
|
||||
<h3>Template Metaprogramming<a class="headerlink" href="#template-metaprogramming" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="preprocessor-metaprogramming">
|
||||
<h3>Preprocessor Metaprogramming<a class="headerlink" href="#preprocessor-metaprogramming" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="domain-specific">
|
||||
<h3>Domain specific<a class="headerlink" href="#domain-specific" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="id4">
|
||||
<h3>Domain specific<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="parsing">
|
||||
<h3>Parsing<a class="headerlink" href="#parsing" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="ray-tracing">
|
||||
<h3>Ray tracing<a class="headerlink" href="#ray-tracing" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="synthesizer">
|
||||
<h3>Synthesizer<a class="headerlink" href="#synthesizer" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="miscellaneous">
|
||||
<h3>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="c-compatible">
|
||||
<h3>C-compatible<a class="headerlink" href="#c-compatible" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -70,7 +115,22 @@
|
|||
<ul>
|
||||
<li><a class="reference external" href="#">Libraries</a><ul>
|
||||
<li><a class="reference external" href="#libraries-listed-by-category">Libraries Listed by Category</a><ul>
|
||||
<li><a class="reference external" href="#containers-and-data-structures">Containers and Data structures</a></li>
|
||||
<li><a class="reference external" href="#algorithms">Algorithms</a></li>
|
||||
<li><a class="reference external" href="#id2">Algorithms</a></li>
|
||||
<li><a class="reference external" href="#container-supports">Container supports</a></li>
|
||||
<li><a class="reference external" href="#function-objects">Function Objects</a></li>
|
||||
<li><a class="reference external" href="#iterators">Iterators</a></li>
|
||||
<li><a class="reference external" href="#mathematics">Mathematics</a></li>
|
||||
<li><a class="reference external" href="#template-metaprogramming">Template Metaprogramming</a></li>
|
||||
<li><a class="reference external" href="#preprocessor-metaprogramming">Preprocessor Metaprogramming</a></li>
|
||||
<li><a class="reference external" href="#domain-specific">Domain specific</a></li>
|
||||
<li><a class="reference external" href="#id4">Domain specific</a></li>
|
||||
<li><a class="reference external" href="#parsing">Parsing</a></li>
|
||||
<li><a class="reference external" href="#ray-tracing">Ray tracing</a></li>
|
||||
<li><a class="reference external" href="#synthesizer">Synthesizer</a></li>
|
||||
<li><a class="reference external" href="#miscellaneous">Miscellaneous</a></li>
|
||||
<li><a class="reference external" href="#c-compatible">C-compatible</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -79,7 +139,7 @@
|
|||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="index.html"
|
||||
title="previous chapter">Sprout C++ Library</a></p>
|
||||
title="previous chapter">Sprout C++ Libraries</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="sprout/algorithm/index.html"
|
||||
title="next chapter">Sprout.Algorithm</a></p>
|
||||
|
@ -115,10 +175,10 @@
|
|||
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="Sprout C++ Library"
|
||||
<a href="index.html" title="Sprout C++ Libraries"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">Sprout v1.0 documentation</a> »</li>
|
||||
<li><a href="index.html" >Sprout C++ Library</a> »</li>
|
||||
<li><a href="index.html" >Sprout C++ Libraries</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -1 +1 @@
|
|||
Search.setIndex({desctypes:{},terms:{any_of:[0,2],oper:0,rang:[2,5],less:5,"int":[2,5],sprout:[0,1,2,5,3],modul:1,all:5,indic:1,all_of:[0,5],non:0,result:[2,5],tabl:1,logn:[2,5],everi:5,librari:[1,4,3],inputiter:[2,5],"true":[2,5],index:1,static_assert:[2,5],end:[2,5],welcom:1,pred:[2,5],hpp:[2,5],depth:[2,5],empti:[2,5],bind2nd:[2,5],namespac:[2,5],complex:[2,5],interfac:[2,5],includ:[2,5],sequenc:0,bool:[2,5],content:1,arrai:[2,5],"function":[2,5],applic:[2,5],begin:[2,5],"return":[2,5],linear:[],fals:[2,5],auto:[2,5],ani:2,most:[2,5],templat:[2,5],typenam:[2,5],inlin:[2,5],modifi:0,than:[2,5],logarithm:[2,5],search:1,document:1,last:[2,5],input:[2,5],algorithm:[0,2,5,4],header:[2,5],recurs:[2,5],conveni:[2,5],list:4,iter:[2,5],predic:[2,5],invoc:[2,5],sprout_constexpr:[2,5],exampl:[2,5],contain:[2,5],greater:2,otherwis:[2,5],sprout_static_constexpr:[2,5],categori:4,page:1,first:[2,5]},titles:["Sprout.Algorithm","Welcome to Sprout’s documentation!","any_of","Sprout C++ Library","Libraries","all_of"],modules:{},descrefs:{},filenames:["libs/sprout/algorithm/index","index","libs/sprout/algorithm/any_of","libs/index","libs/libraries","libs/sprout/algorithm/all_of"]})
|
||||
Search.setIndex({desctypes:{},terms:{any_of:[0,2],all:5,less:5,sprout:[0,1,2,5,3],license_1_0:3,all_of:[0,5],through:3,content:1,static_assert:[2,5],miscellan:4,copyright:[1,3],complex:[2,5],bind2nd:[2,5],typenam:[2,5],under:3,input:[2,5],modul:1,applic:[2,5],non:0,random:3,everi:5,greater:2,murakami:3,fals:[2,5],auto:[2,5],clang:3,number:3,facebook:3,recurs:[2,5],specif:4,list:4,synthes:[4,3],iter:[2,5,4],mode:3,contain:[2,5,4,3],page:[1,3],compil:[1,3],domain:4,twitter:3,see:3,result:[2,5],logn:[2,5],librari:[1,4,3],compat:4,index:1,slideshar:3,categori:4,version:3,net:3,boost:3,linear:[],onli:3,constexpr:3,base:3,preprocessor:4,path:3,modifi:0,invoc:[2,5],search:1,last:[2,5],com:3,licens:3,first:[2,5],oper:0,softwar:3,rang:[2,5],arrai:[2,5],genya:3,header:[2,5,3],linux:3,instal:[1,3],txt:3,inputiter:[2,5],blog:3,pred:[2,5],support:[1,4,3],empti:[2,5],websit:3,interfac:[2,5],includ:[2,5],bolero_murakami:3,conveni:[2,5],"function":[2,5,4],namespac:[2,5],copi:3,metaprogram:4,pars:[4,3],indic:1,mail:3,inlin:[2,5],"true":[2,5],than:[2,5],logarithm:[2,5],structur:4,exampl:[2,5],project:[1,3],sprout_constexpr:[2,5],can:3,www:3,otherwis:[2,5],genyamurakami:3,bolero:3,"int":[2,5],ani:2,templat:[2,5,4],rai:[4,3],hatena:3,file:3,tabl:1,"return":[2,5],gcc:3,end:[2,5],welcom:[1,3],lib:3,author:[1,3],hpp:[2,5],other:3,bool:[2,5],mathemat:4,document:1,begin:[2,5],http:3,distribut:3,trace:[4,3],sequenc:0,org:3,object:4,most:[2,5],data:4,github:3,algorithm:[0,2,5,4,3],directori:3,predic:[2,5],depth:[2,5],contact:3,thi:3,accompani:3,sprout_static_constexpr:[2,5]},titles:["Sprout.Algorithm","Welcome to Sprout’s documentation!","any_of","Sprout C++ Libraries","Libraries","all_of"],modules:{},descrefs:{},filenames:["libs/sprout/algorithm/index","index","libs/sprout/algorithm/any_of","libs/index","libs/libraries","libs/sprout/algorithm/all_of"]})
|
|
@ -1,6 +1,6 @@
|
|||
.. _sprout:
|
||||
###############################################################################
|
||||
Sprout C++ Library
|
||||
Sprout C++ Libraries
|
||||
###############################################################################
|
||||
|
||||
.. toctree::
|
||||
|
@ -8,3 +8,69 @@ Sprout C++ Library
|
|||
|
||||
libraries
|
||||
|
||||
.. _sprout-welcome:
|
||||
*******************************************************************************
|
||||
Welcome to the Sprout C++ Libraries
|
||||
*******************************************************************************
|
||||
|
||||
C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
|
||||
|
||||
.. _sprout-project:
|
||||
*******************************************************************************
|
||||
Project page
|
||||
*******************************************************************************
|
||||
|
||||
Github: https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
.. _sprout-install:
|
||||
*******************************************************************************
|
||||
Install
|
||||
*******************************************************************************
|
||||
|
||||
Through the path to the directory. ``/path/to/sprout``
|
||||
|
||||
This library can be used in the header only.
|
||||
|
||||
.. _sprout-compilers:
|
||||
*******************************************************************************
|
||||
Supported Compilers
|
||||
*******************************************************************************
|
||||
|
||||
Linux:
|
||||
|
||||
* GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1
|
||||
|
||||
* Clang, C++11 mode: 3.2, 3.3
|
||||
|
||||
.. _sprout-author:
|
||||
*******************************************************************************
|
||||
Author
|
||||
*******************************************************************************
|
||||
|
||||
Bolero MURAKAMI
|
||||
|
||||
* Website: http://www.boleros.x0.com/
|
||||
|
||||
* Twitter: https://twitter.com/bolero_murakami
|
||||
|
||||
* Facebook: http://www.facebook.com/genya.murakami
|
||||
|
||||
* Blog: http://d.hatena.ne.jp/boleros/
|
||||
|
||||
* Github: https://github.com/bolero-MURAKAMI
|
||||
|
||||
* SlideShare: http://www.slideshare.net/GenyaMurakami
|
||||
|
||||
* Mail: contact-lib@boleros.x0.com
|
||||
|
||||
.. _sprout-copyrights:
|
||||
*******************************************************************************
|
||||
Copyrights
|
||||
*******************************************************************************
|
||||
|
||||
Copyright (C) 2011-2013 Bolero MURAKAMI.
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
|
|
|
@ -13,9 +13,69 @@ Libraries
|
|||
Libraries Listed by Category
|
||||
*******************************************************************************
|
||||
|
||||
.. _sprout-listed_by_category-containers:
|
||||
Containers and Data structures
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-algorithms:
|
||||
Algorithms
|
||||
=======================================
|
||||
|
||||
* :doc:`algorithm <./sprout/algorithm/index>`
|
||||
|
||||
.. _sprout-listed_by_category-algorithms:
|
||||
Algorithms
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-container_supports:
|
||||
Container supports
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-function_objects:
|
||||
Function Objects
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-iterators:
|
||||
Iterators
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-mathematics:
|
||||
Mathematics
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-template_metaprogramming:
|
||||
Template Metaprogramming
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-preprocessor_metaprogramming:
|
||||
Preprocessor Metaprogramming
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-domain_specific:
|
||||
Domain specific
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-domain_specific:
|
||||
Domain specific
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-parsing:
|
||||
Parsing
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-ray_tracing:
|
||||
Ray tracing
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-synthesizer:
|
||||
Synthesizer
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-miscellaneous:
|
||||
Miscellaneous
|
||||
=======================================
|
||||
|
||||
.. _sprout-listed_by_category-c-compatible:
|
||||
C-compatible
|
||||
=======================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue