MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
merge.h File Reference
#include <optional>
#include <set>
#include <string>

Go to the source code of this file.

Namespaces

namespace  helper
 
namespace  helper::json
 

Functions

std::string helper::json::merge_objects (const std::string &j1, const std::string &j2, const std::set< std::string > &skip_attributes)
 
std::optional< std::string > helper::json::merge_objects (std::optional< std::string > j1, std::optional< std::string > j2, const std::set< std::string > &skip_attributes)