LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
explode.h
Go to the documentation of this file.
1 #ifndef __explode_h__
2 #define __explode_h__
3 
4 #include <string>
5 #include <vector>
6 
7 std::vector<std::string> explode( const std::string&, const std::string &);
8 
9 #endif
std::vector< std::string > explode(const std::string &, const std::string &)
Definition: explode.cc:3