11 #ifndef TLX_STRING_SPLIT_WORDS_HEADER 12 #define TLX_STRING_SPLIT_WORDS_HEADER 32 const std::string& str, std::string::size_type limit = std::string::npos);
38 #endif // !TLX_STRING_SPLIT_WORDS_HEADER
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
std::vector< std::string > split_words(const std::string &str, std::string::size_type limit)
Split the given string by whitespaces into distinct words.