Squashed 'third_party/immer/' content from commit ad3e3556d
git-subtree-dir: third_party/immer git-subtree-split: ad3e3556d38bb75966dd24c61a774970a7c7957e
This commit is contained in:
commit
7f19d64164
311 changed files with 74223 additions and 0 deletions
50
doc/containers.rst
Normal file
50
doc/containers.rst
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
.. highlight:: c++
|
||||
|
||||
Containers
|
||||
==========
|
||||
|
||||
This section describes all the containers provided by the library.
|
||||
Check the :ref:`design` section for a general discussion of these
|
||||
containers and how to use them.
|
||||
|
||||
box
|
||||
---
|
||||
|
||||
.. doxygenclass:: immer::box
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
array
|
||||
-----
|
||||
|
||||
.. doxygenclass:: immer::array
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
vector
|
||||
------
|
||||
|
||||
.. doxygenclass:: immer::vector
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
flex_vector
|
||||
-----------
|
||||
|
||||
.. doxygenclass:: immer::flex_vector
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
set
|
||||
---
|
||||
|
||||
.. doxygenclass:: immer::set
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
map
|
||||
---
|
||||
|
||||
.. doxygenclass:: immer::map
|
||||
:members:
|
||||
:undoc-members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue