Home
last modified time | relevance | path

Searched defs:__column_width_rounding (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dparser_std_format_spec.h759 enum class __column_width_rounding { __down, __up }; enum
936 __estimate_column_width(basic_string_view<_CharT> __str, size_t __maximum, __column_width_rounding)… in __estimate_column_width() argument