nfd::tools::nfdc::text::Spaces Struct Reference

print a number of whitespaces More...

#include <format-helpers.hpp>

Collaboration diagram for nfd::tools::nfdc::text::Spaces:

Public Attributes

int nSpaces
 number of spaces; print nothing if negative More...
 

Detailed Description

print a number of whitespaces

Definition at line 72 of file format-helpers.hpp.

Member Data Documentation

int nfd::tools::nfdc::text::Spaces::nSpaces

number of spaces; print nothing if negative

Definition at line 74 of file format-helpers.hpp.