v3 flag enabled

Find a battle-tested library for the problem you're solving right now.

Excited Cartoon Mascot Excited Cartoon Mascot
GIL

(C++14) Generic Image Library

C++ 14
Graph

The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).

C++ 03
GraphParallel

The PBGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).

C++ 03
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.

Iterators C++ 03
C++ 03
Operators

Templates to simplify operator definition in arithmetic classes and iterators.

C++ 03
Tokenizer

Break of a string or other character sequence into a series of tokens.

Iterators String C++ 03
C++ 03