Chebyshev
Unit testing for scientific software
Loading...
Searching...
No Matches
chebyshev::output Namespace Reference

Functions to manage printing results. More...

Namespaces

namespace  format
 Output formatting functions.
 

Classes

class  field_options
 Custom options for printing a certain field. More...
 
class  output_context
 module context. More...
 
class  output_settings
 Global settings of printing results to standard output. More...
 

Typedefs

using OutputFormat = output_settings::OutputFormat_t
 A function which converts the table entries of a row to a string to print (e.g.
 

Detailed Description

Functions to manage printing results.

Typedef Documentation

◆ OutputFormat

using chebyshev::output::OutputFormat = typedef output_settings::OutputFormat_t

A function which converts the table entries of a row to a string to print (e.g.

adding separators and padding).

See also
output_settings::OutputFormat_t