1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-10-18 16:59:24 +00:00

Make split_tags a bit more generic so I can reuse it

I need it in an upcoming commit where I want to split on ':'
This commit is contained in:
King_DuckZ 2016-06-06 19:52:42 +02:00
commit a1490c3096
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,7 @@
#include "helpers/compatibility.h"
namespace dinlib {
std::vector<boost::string_ref> split_and_trim ( const std::string& parList, char parSeparator ) a_pure;
std::vector<boost::string_ref> split_tags ( const std::string& parCommaSeparatedList ) a_pure;
} //namespace dinlib