3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/doc/reference/c++/clef/contents.rst

28 lines
599 B
ReStructuredText
Raw Normal View History

Clef
*************************************
.. highlight:: c
.. warning::
This library is still a prototype. Its basic features are used in our codes, but
there are probably still some dark corners ...
Documentation in progress.
The CLEF library (**C**\ompile time **L**\azy **E**\xpressions and **F**\unctions) is a little
library to manipulate simple expressions at compile-time and use them e.g.
to automatically fill containers.
.. toctree::
:maxdepth: 2
introduction
expressions_form
expressions_eval
assign
overload
function
examples/contents