- can also be used for other purposes.
Eg,
if (ListOps::found(list, matcher))
{
...
}
vs.
if (!findStrings(matcher, list).empty())
{
...
}
- can also be used for other purposes.
Eg,
if (ListOps::found(list, matcher))
{
...
}
vs.
if (!findStrings(matcher, list).empty())
{
...
}