Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
pretty_print.hpp File Reference
#include <iostream>
#include <metall/json/json_fwd.hpp>

Go to the source code of this file.

Namespaces

namespace  metall
 The top level of namespace of Metall.
 
namespace  metall::json
 Namespace for Metall JSON container, which is in an experimental phase.
 
namespace  metall::json::jsndtl
 

Functions

template<typename allocator_type , int indent_size>
void metall::json::jsndtl::pretty_print_impl (std::ostream &os, const value< allocator_type > &jv, const std::string &indent)
 
template<typename allocator_type , int indent_size = 2>
void metall::json::pretty_print (std::ostream &os, const value< allocator_type > &json_value)
 Pretty-prints a JSON value.