...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Some examples are given in the accompanying test files:
std::find()
that works with char[]
,wchar_t[]
,char*
,wchar_t*
.