#pragma once #include #include namespace utils { std::vector split(const std::string &s, const char delim, const bool allow_empty=true); }