72 const std::ios_base::fmtflags& flags,
73 bool spaceBeforeParentheses)
76 std::ios_base::fmtflags fixedflags = flags;
77 fixedflags &= ~std::cout.scientific;
78 fixedflags &= ~std::cout.fixed;
85 spaceBeforeParentheses));
An entry containing two subentries, with the second to be written in parentheses after the first....
A table entry that is a simple double-precision number.
A table entry that is a simple std::string.