blob progress
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef QUERY_STRING_HPP
|
||||
#define QUERY_STRING_HPP
|
||||
|
||||
#include "matador/utils/types.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -29,6 +31,7 @@ size_t split(const std::string &str, char delim, std::vector<std::string> &value
|
||||
void replace_all(std::string &in, const std::string &from, const std::string &to);
|
||||
|
||||
const std::string& to_string(const std::string &str);
|
||||
std::string to_string(const blob &data);
|
||||
|
||||
/**
|
||||
* Joins a range of elements as string within a list
|
||||
|
||||
Reference in New Issue
Block a user