Boost.Range |
Some examples are given in the accompanying test files:
string.cpp
shows how to implement a container version of std::find()
that
works with char[],wchar_t[],char*,wchar_t*.
algorithm_example.cpp
shows the replace example from the introduction.
© Copyright Thorsten Ottosen 2008.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)