Skip to main content

4 docs tagged with "iteration"

View all tags

BOOST_FOREACH

BOOST_FOREACH is a preprocessor macro that provides range-based iteration on compilers that

Iterating JSON

Iterating a json container gives you values, never key-value pairs — a design choice inherited