TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ file_input_adapter()

nlohmann::detail::file_input_adapter::file_input_adapter ( std::FILE *  f)
inlineexplicitnoexcept

Definition at line 5399 of file json.hpp.

5400 : m_file(f)
5401 {}
std::FILE * m_file
the file pointer to read from
Definition: json.hpp:5417