TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_character()

std::char_traits< char >::int_type nlohmann::detail::file_input_adapter::get_character ( )
inlinenoexcept

Definition at line 5410 of file json.hpp.

5411 {
5412 return std::fgetc(m_file);
5413 }
std::FILE * m_file
the file pointer to read from
Definition: json.hpp:5417