Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/proto/functional/std/iterator.hpp>

Includes Proto callables for the functions found in the standard <iterator> header.

namespace boost {
  namespace proto {
    namespace functional {
      struct advance;
      struct distance;
      struct next;
      struct prior;
    }
  }
}

PrevUpHomeNext