1 2 3 4 5 6 7 8 9 10
#pragma once #include <vector> #include <string> bool to_bool(const std::string& val); std::vector<std::string> cut(const std::string& val, const std::size_t size);