| 199 | |
| 200 | public: |
| 201 | inline explicit printf_width_handler(format_specs& specs) : specs_(specs) {} |
| 202 | |
| 203 | template <typename T, FMT_ENABLE_IF(std::is_integral<T>::value)> |
| 204 | auto operator()(T value) -> unsigned { |
nothing calls this directly
no outgoing calls
no test coverage detected