Subject: Re: [Boost-users] Implementing Range Adaptor or "transformation" iterator
From: Michel MORIN (mimomorin_at_[hidden])
Date: 2011-07-18 23:28:12


The documentation says that

    Range Category: Single Pass Range

This is a requirement of the input range.

Range category of the output range is written as

    Returned Range Category: The range category of rng.

So, if the input range is Random Access Range, then the output range is
also Random Access Range.

Regards,
Michel