Lines Matching refs:std
60 std::string
61 join(const T& words, const std::string& separator)
63 std::string str;
82 bool match(const std::string&, const std::string&);
92 std::vector< std::string > split(const std::string&, const std::string&);
97 std::string trim(const std::string&);
102 bool to_bool(const std::string&);
107 int64_t to_bytes(std::string);
115 std::string to_lower(const std::string&);
124 std::string
127 std::ostringstream ss;
140 to_type(const std::string& str)
142 std::istringstream ss(str);
146 throw std::runtime_error("Cannot convert string to requested type");