MCPcopy Create free account
hub / github.com/LAStools/LAStools / fill_buffer

Method fill_buffer

src/json.hpp:6469–6472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected