TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ fill_buffer()

template<typename BaseInputAdapter , typename WideCharType >
template<size_t T>
void nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::fill_buffer ( )
inlineprivate

Definition at line 5685 of file json.hpp.

5686 {
5687 wide_string_input_helper<BaseInputAdapter, T>::fill_buffer(base_adapter, utf8_bytes, utf8_bytes_index, utf8_bytes_filled);
5688 }
std::size_t utf8_bytes_index
index to the utf8_codes array for the next valid byte
Definition: json.hpp:5694
std::size_t utf8_bytes_filled
number of valid bytes in the utf8_codes array
Definition: json.hpp:5696
std::array< std::char_traits< char >::int_type, 4 > utf8_bytes
a buffer for UTF-8 bytes
Definition: json.hpp:5691