ContRap
The symbolic tool for control-flow based rapid prototyping.

Function map from template
Brief description

map(container:,u:int,entry:):void

Writes entries into a one dimensional container More ...

Function information
Name: map
Base:
Group: Built-in plugins:File I/O
Icon: template.png
Color: black
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Writes entries into a one dimensional container. The container must have an operator[] with one argument, which returns a reference to the containers entries.

Input parameters
container:
Container to map to
u: int
First components size of the container
entry:
Function of one integer parameter which returns the container entry.

Return values
Default return value: void