MySQL 9.7.0
Source Code Documentation
ostream_utils.h File Reference
#include <ostream>
#include "sql/json_duality_view/content_tree.h"

Go to the source code of this file.

Namespaces

namespace  jdv
 

Macros

#define JX_(arg)   #arg << ":" << (arg) << " "
 
#define RFL(x)   #x << ":" << (em_wrap(x)) << " "
 

Functions

const char * jdv::str (const Content_tree_node::Type &ctnt)
 
std::ostream & jdv::operator<< (std::ostream &os, const Content_tree_node &ctn)
 
std::ostream & jdv::operator<< (std::ostream &os, const Key_column_info &kci)
 
std::string jdv::path_str (const Json_dom *doc)
 
decltype(auto) jdv::func_or (auto *p, auto f, auto val)
 

Macro Definition Documentation

◆ JX_

#define JX_ (   arg)    #arg << ":" << (arg) << " "

◆ RFL

#define RFL (   x)    #x << ":" << (em_wrap(x)) << " "