
2 Apr
2009
2 Apr
'09
9:40 a.m.
On Thu, Apr 2, 2009 at 11:30, Hicham Mouline <hicham@mouline.org> wrote:
Now, under normal assumptions, accessing first elements through feit should be as fast as direct access by manual loop.... inline calls should be optimized away?
Yes. Though it looks like transform_iterator doesn't yet EBO the functor, so you'll pay a bit of a space penalty, but in most cases it should be inconsequential.