Zen
A cross-platform functional programming language
|
list creator More...
#include <zbl.hpp>
Public Member Functions | |
creator () | |
Default constructor. | |
creator & | add (const V &val) |
Add a value to the list. | |
derT & | value () |
Returns a reference to the list being created. | |
Private Attributes | |
derT | _list |
The list being created. |
list creator
creator& add | ( | const V & | val | ) | [inline] |
Add a value to the list.
val | Value to add |
derT& value | ( | ) | [inline] |
Returns a reference to the list being created.