DOC

com.github.brunotl : boost_foreach

Maven & Gradle

Jan 07, 2023
9 stars

Foreach · In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates.

Table Of Contents

Latest Version

Download com.github.brunotl : boost_foreach Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.brunotl : boost_foreach Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.81.x

How to open Javadoc JAR file in web browser

  1. Rename the file boost_foreach-1.81.0-javadoc.jar to boost_foreach-1.81.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder boost_foreach-1.81.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "boost_foreach-1.81.0-sources.jar" -d "boost_foreach-1.81.0-javadoc" -subpackages 

Advertisement

Dependencies from Group

Jan 07, 2023
16 usages
72 stars
Jan 07, 2023
9 usages
16 stars
Jan 07, 2023
8 usages
10 stars
Jan 07, 2023
8 usages
33 stars
Jan 07, 2023
7 usages
134 stars

Discover Dependencies

Jan 07, 2023
23 stars
Jan 07, 2023
18 stars
Jan 07, 2023
48 stars
Jan 07, 2023
19 stars
Jan 07, 2023
34 stars
Jan 07, 2023
240 stars
Jan 07, 2023
51 stars
Jan 07, 2023
45 stars
Jan 07, 2023
58 stars