renamed blob to blob_type_t
This commit is contained in:
@@ -18,7 +18,7 @@ namespace matador::utils {
|
||||
* @param data Binary data to be converted
|
||||
* @return Binary data as string
|
||||
*/
|
||||
MATADOR_UTILS_API std::string to_string(const blob &data);
|
||||
MATADOR_UTILS_API std::string to_string(const blob_type_t &data);
|
||||
MATADOR_UTILS_API std::string to_string(const date_type_t &data);
|
||||
MATADOR_UTILS_API std::string to_string(const time_type_t &data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user