$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [proto]: Adding functions to the lazy vector example
From: Noman (noman_bwp_at_[hidden])
Date: 2010-11-02 11:56:00
Hi
I am experimenting with the lazy vector example. I want to add the functions to
the example but not in the LazyVector class. Like for example I want to add a
function INC which increments each element of the vector and returns a vector.
How can I add this to the example?
Thanks in anticipation
Regards