11 #ifndef TLX_STRING_CONTAINS_WORD_HEADER 12 #define TLX_STRING_CONTAINS_WORD_HEADER 52 #endif // !TLX_STRING_CONTAINS_WORD_HEADER bool contains_word(const std::string &str, const char *word)
Search the given string for a whitespace-delimited word.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking