Horizon
check_util.hpp
1 #pragma once
2 #include <string>
3 
4 namespace horizon {
5 bool needs_trim(const std::string &s);
6 bool check_tag(const std::string &s);
7 } // namespace horizon