GMP 0.4.0
Generative Metaprogramming library for C++
Loading...
Searching...
No Matches
gmp::json_write_options Struct Reference

#include <options.hpp>

Public Attributes

bool pretty
 
unsigned indent_width
 
std::size_t max_depth
 
std::size_t max_output_size
 

Detailed Description

Definition at line 44 of file options.hpp.

Member Data Documentation

◆ indent_width

unsigned gmp::json_write_options::indent_width

Definition at line 46 of file options.hpp.

◆ max_depth

std::size_t gmp::json_write_options::max_depth

Definition at line 47 of file options.hpp.

◆ max_output_size

std::size_t gmp::json_write_options::max_output_size

Definition at line 48 of file options.hpp.

◆ pretty

bool gmp::json_write_options::pretty

Definition at line 45 of file options.hpp.


The documentation for this struct was generated from the following file: