#pragma once #include #include bool to_bool(const std::string& val); std::vector cut(const std::string& val, const std::size_t size);