mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
132 lines
3.9 KiB
Text
132 lines
3.9 KiB
Text
.. _sprout-libraries:
|
|
###############################################################################
|
|
Libraries
|
|
###############################################################################
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
array/index
|
|
algorithm/index
|
|
string/index
|
|
|
|
.. _sprout-listed_by_alphabetically:
|
|
*******************************************************************************
|
|
Libraries Listed Alphabetically
|
|
*******************************************************************************
|
|
|
|
* :doc:`algorithm <./algorithm/index>` - Standard library like generic algorithms.
|
|
* :doc:`array <./array/index>` - Standard library compliant class template for storing fixed-size sequences of objects.
|
|
* :doc:`string <./string/index>` - Compile-time string of fixed-length buffer.
|
|
|
|
.. _sprout-listed_by_category:
|
|
*******************************************************************************
|
|
Libraries Listed by Category
|
|
*******************************************************************************
|
|
|
|
.. _sprout-listed_by_category-containers:
|
|
Containers and Data structures
|
|
=======================================
|
|
|
|
* :doc:`array <./array/index>` - Standard library compliant class template for storing fixed-size sequences of objects.
|
|
* :doc:`string <./string/index>` - Compile-time string of fixed-length buffer.
|
|
* :doc:`tuple <./tuple/index>`
|
|
* :doc:`optional <./optional/index>`
|
|
* :doc:`variant <./variant/index>`
|
|
* :doc:`bitset <./bitset/index>`
|
|
|
|
.. _sprout-listed_by_category-algorithms:
|
|
Algorithms
|
|
=======================================
|
|
|
|
* :doc:`algorithm <./algorithm/index>` - Standard library like generic algorithms.
|
|
* :doc:`numeric <./numeric/index>`
|
|
* :doc:`range_algorithm <./range/algorithm/index>`
|
|
* :doc:`range_numeric <./range/numeric/index>`
|
|
* :doc:`range_adaptor <./range/adaptor/index>`
|
|
|
|
.. _sprout-listed_by_category-container_supports:
|
|
Container supports
|
|
=======================================
|
|
|
|
* :doc:`sub_array <./sub_array/index>`
|
|
* :doc:`pit <./pit/index>`
|
|
* :doc:`operation <./operation/index>`
|
|
* :doc:`container <./container/index>`
|
|
|
|
.. _sprout-listed_by_category-function_objects:
|
|
Function Objects
|
|
=======================================
|
|
|
|
* :doc:`functional <./functional/index>`
|
|
|
|
.. _sprout-listed_by_category-iterators:
|
|
Iterators
|
|
=======================================
|
|
|
|
* :doc:`iterator <./iterator/index>`
|
|
|
|
.. _sprout-listed_by_category-mathematics:
|
|
Mathematics
|
|
=======================================
|
|
|
|
* :doc:`math_functions <./math_functions/index>`
|
|
* :doc:`random <./random/index>`
|
|
* :doc:`complex <./complex/index>`
|
|
* :doc:`rational <./rational/index>`
|
|
|
|
.. _sprout-listed_by_category-template_metaprogramming:
|
|
Template Metaprogramming
|
|
=======================================
|
|
|
|
* :doc:`index_tuple <./index_tuple/index>`
|
|
* :doc:`type_traits <./type_traits/index>`
|
|
* :doc:`type <./type/index>`
|
|
|
|
.. _sprout-listed_by_category-preprocessor_metaprogramming:
|
|
Preprocessor Metaprogramming
|
|
=======================================
|
|
|
|
* :doc:`preprocessor <./preprocessor/index>`
|
|
|
|
.. _sprout-listed_by_category-domain_specific:
|
|
Domain specific
|
|
=======================================
|
|
|
|
* :doc:`uuid <./uuid/index>`
|
|
* :doc:`checksum <./checksum/index>`
|
|
|
|
.. _sprout-listed_by_category-parsing:
|
|
Parsing
|
|
=======================================
|
|
|
|
* :doc:`weed <./weed/index>`
|
|
|
|
.. _sprout-listed_by_category-ray_tracing:
|
|
Ray tracing
|
|
=======================================
|
|
|
|
* :doc:`darkroom <./darkroom/index>`
|
|
|
|
.. _sprout-listed_by_category-synthesizer:
|
|
Synthesizer
|
|
=======================================
|
|
|
|
* :doc:`compost <./compost/index>`
|
|
|
|
.. _sprout-listed_by_category-miscellaneous:
|
|
Miscellaneous
|
|
=======================================
|
|
|
|
* :doc:`utility <./utility/index>`
|
|
* :doc:`bit_operation <./bit_operation/index>`
|
|
|
|
.. _sprout-listed_by_category-c-compatible:
|
|
C-compatible
|
|
=======================================
|
|
|
|
* :doc:`cstdlib <./cstdlib/index>`
|
|
* :doc:`cstring <./cstring/index>`
|
|
* :doc:`cwchar <./cwchar/index>`
|
|
* :doc:`cctype <./cctype/index>`
|
|
* :doc:`cinttypes <./cinttypes/index>`
|