81f8f45b louiz’ 1691cf8f Florent Le Coz 80d0c19c louiz’ 1691cf8f Florent Le Coz 80d0c19c louiz’
6 years ago 7 years ago 6 years ago 7 years ago 6 years ago
1 2 3 4 5 6 7 8
#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);