40 const std::ios_base::fmtflags& flags,
41 bool spaceBeforeParentheses)
44 std::ios_base::fmtflags fixedflags = flags;
45 fixedflags &= ~std::cout.scientific;
46 fixedflags &= ~std::cout.fixed;
53 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.