siplasplas
A library for C++ reflection and introspection
string.hpp
1 #ifndef SIPLASPLAS_UTILITY_STRING_HPP
2 #define SIPLASPLAS_UTILITY_STRING_HPP
3 
4 #include <string>
5 #include <vector>
6 #include <siplasplas/utility/export.hpp>
7 
8 namespace cpp
9 {
10 
11 std::vector<std::string> SIPLASPLAS_UTILITY_EXPORT split(const std::string& string, const std::string& delimiter = "");
12 
13 }
14 
15 #endif // SIPLASPLAS_UTILITY_STRING_HPP
Definition: canary_allocator.hpp:7