string 用の split 関数 More...
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | qrk |
Quick Robot Development Kit. | |
Functions | |
size_t | qrk::split (std::vector< std::string > &tokens, const std::string &original, const char *split_pattern=" \t", bool continious_pattern=true) |
指定文字による分割 |
string 用の split 関数
Definition in file split.h.