Searched refs:bool_max_width (Results 1 – 1 of 1) sorted by relevance
284 constexpr int bool_max_width = sizeof("False") - 1; in OutputBoolDataString() local285 …ss << std::setw(bool_max_width) << std::setiosflags(std::ios::right) << (value ? "True" : "False"); in OutputBoolDataString()