Sprout/source/libs/sprout/algorithm/index.rst

29 lines
690 B
ReStructuredText
Raw Normal View History

2013-08-15 09:37:20 +00:00
.. _sprout-algorithm:
###############################################################################
Sprout.Algorithm
###############################################################################
.. toctree::
:hidden:
all_of
any_of
2013-08-16 02:43:55 +00:00
none_of
one_of
2013-08-15 09:37:20 +00:00
.. _sprout-algorithm-non_modifying:
*******************************************************************************
Non-modifying sequence operations
*******************************************************************************
2013-08-16 09:15:52 +00:00
* :doc:`all_of <./all_of>`
* :doc:`any_of <./any_of>`
* :doc:`none_of <./none_of>`
* :doc:`one_of <./one_of>`
2013-08-15 09:37:20 +00:00
2013-08-16 09:15:52 +00:00
Header
========================================
2013-08-15 09:37:20 +00:00
2013-08-16 09:15:52 +00:00
``sprout/algorithm.hpp``
2013-08-16 02:43:55 +00:00