$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rozental, Gennadiy (Gennadiy_at_[hidden])
Date: 2002-08-23 14:05:12
> iter[integer]
> iter + integer (and integer + iter)
In fact these two sligtly different. First is basicly: give the value off
(reference to) iterator that is distant from me on value N.
While the second mean: give the iterator that is distant from me on value N.
Second is 1-action function. First is 2-action function.
Gennadiy.