b

boost_iterator

The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors.
https://www.boost.org/
Distributed under the Boost Software License, Version 1.0.
David Abrahams Thomas Witt Jeffrey Lee Hellrung Jr.
Files download
File Operation
boost_iterator-1.81.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.brunotl</groupId>
  <artifactId>boost_iterator</artifactId>
  <version>1.81.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.brunotl:boost_iterator:1.81.0'
Gradle Kotlin
implementation("com.github.brunotl:boost_iterator:1.81.0")
Scala SBT
libraryDependencies += "com.github.brunotl" % "boost_iterator" % "1.81.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.brunotl', module='boost_iterator', version='1.81.0')
)
Apache Ivy
<dependency org="com.github.brunotl" name="boost_iterator" rev="1.81.0" />
Leiningen
[com.github.brunotl/boost_iterator "1.81.0"]
Apache Buildr
'com.github.brunotl:boost_iterator:jar:1.81.0'