index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
performance-faster-string-find.cpp
blob: d7ac3d0c3cf5eabd47fd142b87d7edf5a28f13bb (
plain
)
1
2
3
4
5
6
#include
"structures.h"
void
foo
()
{
std
::
string
str
;
str
.
find
(
"A"
);
}