mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 11:43:47 +01:00
24 lines
468 B
ReStructuredText
24 lines
468 B
ReStructuredText
|
Clef expressions library
|
||
|
*************************************
|
||
|
|
||
|
.. highlight:: c
|
||
|
|
||
|
.. warning::
|
||
|
|
||
|
This library is still a prototype, of alpha quality.
|
||
|
|
||
|
The little CLEF library (Compile time Lazy Expression and Function)
|
||
|
is a simple lambda library for C++11, to store and code formal expressions
|
||
|
using placeholders.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
|
||
|
expressions_form
|
||
|
expressions_eval
|
||
|
function
|
||
|
lazy_call
|
||
|
assign
|
||
|
lazy_function_cls
|
||
|
examples/contents
|