blob: eaeea475c2633069ca088bc184f4c2de78f71e49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.. highlight:: c++
Utilities
=========
The library provides also some types that, while they are not exactly
immutable data-structures, they are very useful when using immutable
data-structures and value-oriented design in practice.
atom
----
.. doxygenclass:: immer::atom
:members:
:undoc-members:
|