remove_whitespace.h
Go to the documentation of this file.
1 #ifndef art_Utilities_detail_remove_whitespace_h
2 #define art_Utilities_detail_remove_whitespace_h
3 
4 #include <string>
5 
6 namespace art::detail {
8  bool has_whitespace(std::string const& str);
9 }
10 
11 #endif /* art_Utilities_detail_remove_whitespace_h */
12 
13 // Local Variables:
14 // mode: c++
15 // End:
std::string string
Definition: nybbler.cc:12
bool has_whitespace(std::string const &str)
void remove_whitespace(std::string &str)
static QCString str