| 243 | } |
| 244 | |
| 245 | template <typename T> void write(T value) { |
| 246 | detail::write<Char>(this->out, value, this->specs, this->locale); |
| 247 | } |
| 248 | |
| 249 | public: |
| 250 | printf_arg_formatter(basic_appender<Char> iter, format_specs& s, |
nothing calls this directly
no outgoing calls
no test coverage detected