tlx
split_words.hpp File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 tlx
 

Functions

std::vector< std::string > split_words (const std::string &str, std::string::size_type limit=std::string::npos)
 Split the given string by whitespaces into distinct words. More...