| 6467 | |
| 6468 | template<size_t T> |
| 6469 | void fill_buffer() |
| 6470 | { |
| 6471 | wide_string_input_helper<BaseInputAdapter, T>::fill_buffer(base_adapter, utf8_bytes, utf8_bytes_index, utf8_bytes_filled); |
| 6472 | } |
| 6473 | |
| 6474 | /// a buffer for UTF-8 bytes |
| 6475 | std::array<std::char_traits<char>::int_type, 4> utf8_bytes = {{0, 0, 0, 0}}; |
nothing calls this directly
no outgoing calls
no test coverage detected