]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/mpl/doc/src/refmanual/Sequences-Views.rst
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / mpl / doc / src / refmanual / Sequences-Views.rst
CommitLineData
7c673cae
FG
1
2A *view* is a sequence adaptor delivering an altered presentation of
3one or more underlying sequences. Views are lazy, meaning that their
4elements are only computed on demand. Similarly to the short-circuit
5|logical operations| and |eval_if|, views make it possible to avoid
6premature errors and inefficiencies from computations whose results
7will never be used. When approached with views in mind, many
8algorithmic problems can be solved in a simpler, more conceptually
9precise, more expressive way.
10
11.. |Views| replace:: `Views`_
12
13
14