Home
Libraries
People
FAQ
More
Examples
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.
iterator_range.cpp
sub_range.cpp
iterator_pair.cpp
reversible_range.cpp
std_container.cpp
array.cpp