| 5032 | |
| 5033 | template<size_t T> |
| 5034 | void fill_buffer() |
| 5035 | { |
| 5036 | wide_string_input_helper<BaseInputAdapter, T>::fill_buffer(base_adapter, utf8_bytes, utf8_bytes_index, utf8_bytes_filled); |
| 5037 | } |
| 5038 | |
| 5039 | /// a buffer for UTF-8 bytes |
| 5040 | 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