Boost.Range
Examples
Some examples are given in the accompanying test files:
-
string.cpp
shows how to implement a container version of -
algorithm_example.cpp
shows the replace example from the introduction.
- iterator_range.cpp
- sub_range.cpp
- iterator_pair.cpp
- reversible_range.cpp
- std_container.cpp
- array.cpp
std::find() that
works with char[],wchar_t[],char*,wchar_t*.
Warning: support for null-terminated strings is deprecated and will disappear in the next Boost release (1.34).
(C) Copyright Thorsten Ottosen 2003-2004
