|
Thrill
0.1
|
#include <string>
Include dependency graph for contains.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| tlx | |
Functions | |
| bool | contains (const std::string &str, const std::string &pattern) |
| Tests of string contains pattern. More... | |
| bool | contains (const std::string &str, const char *pattern) |
| Tests of string contains pattern. More... | |
| bool | contains (const std::string &str, const char ch) |
| Tests of string contains character. More... | |