1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/docs/_sources/libs/array/index.txt

100 lines
4.4 KiB
Text
Raw Normal View History

2013-08-16 09:15:52 +00:00
.. _sprout-array:
###############################################################################
Sprout.Array
###############################################################################
.. toctree::
:hidden:
array/index
2013-08-29 13:39:54 +00:00
array/swap-global
array/operator-equal_to
array/operator-not_equal_to
array/operator-less
array/operator-greater
array/operator-less_equal
array/operator-greater_equal
2013-08-29 12:51:44 +00:00
to_array
make_array
make_common_array
2013-08-16 09:15:52 +00:00
2013-08-26 04:12:13 +00:00
Description
2013-08-16 09:15:52 +00:00
========================================
2013-08-26 04:12:13 +00:00
Classes
----------------------------------------
2013-08-25 14:14:03 +00:00
======================================== ===============================================================================
class
======================================== ===============================================================================
:doc:`array <./array/index>`
======================================== ===============================================================================
2013-08-16 09:15:52 +00:00
Non-member functions
2013-08-26 04:12:13 +00:00
----------------------------------------
specialized algorithms
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2013-08-16 09:15:52 +00:00
2013-08-25 14:14:03 +00:00
======================================== ===============================================================================
function
======================================== ===============================================================================
2013-08-29 12:51:44 +00:00
:doc:`swap <./array/swap-global>`
2013-08-26 04:12:13 +00:00
======================================== ===============================================================================
comparisons
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
============================================================ ===============================================================================
function
============================================================ ===============================================================================
2013-08-29 12:51:44 +00:00
:doc:`operator== <./array/operator-equal_to>`
:doc:`operator!= <./array/operator-not_equal_to>`
2013-08-30 02:14:14 +00:00
:doc:`operator\< <./array/operator-less>`
:doc:`operator\> <./array/operator-greater>`
:doc:`operator\<= <./array/operator-less_equal>`
:doc:`operator\>= <./array/operator-greater_equal>`
2013-08-26 04:12:13 +00:00
============================================================ ===============================================================================
2013-08-29 13:39:54 +00:00
array generators
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
============================================================ ===============================================================================
function
============================================================ ===============================================================================
:doc:`to_array <./to_array>`
:doc:`make_array <./make_array>`
:doc:`make_common_array <./make_common_array>`
============================================================ ===============================================================================
2013-08-26 04:12:13 +00:00
Tuple interface
----------------------------------------
============================================================ ===============================================================================
matafunction
============================================================ ===============================================================================
2013-08-29 12:51:44 +00:00
:doc:`std::tuple_size <./array/std-tuple_size>`
:doc:`std::tuple_element <./array/std-tuple_element>`
2013-08-26 04:12:13 +00:00
============================================================ ===============================================================================
============================================================ ===============================================================================
function
============================================================ ===============================================================================
2013-08-29 12:51:44 +00:00
:doc:`tuple_get <./array/tuple_get>`
2013-08-26 04:12:13 +00:00
============================================================ ===============================================================================
Hash support
----------------------------------------
======================================== ===============================================================================
function
======================================== ===============================================================================
2013-08-29 12:51:44 +00:00
:doc:`hash_value <./array/hash_value>`
2013-08-25 14:14:03 +00:00
======================================== ===============================================================================
2013-08-16 09:15:52 +00:00
Header
========================================
``sprout/array.hpp``