micro-test-plus 4.1.0
µTest++ Testing Framework
Loading...
Searching...
No Matches
micro_os_plus::micro_test_plus::detail::indent_t Struct Reference

Parameterised stream manipulator for outputting indentation. More...

#include <reporter.h>

Public Attributes

size_t level
 Number of four-space indentation levels.

Detailed Description

Holds the indentation level; used with operator<< on reporter so that *this << indent(n) << "text" works naturally in chains.

Definition at line 137 of file reporter.h.

Member Data Documentation

◆ level

size_t micro_os_plus::micro_test_plus::detail::indent_t::level

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