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

Function map from template
Brief description

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

Writes entries into a two 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 two dimensional container. The container must have an operator[] with two arguments, which returns a reference to the containers entries.

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

Return values
Default return value: void