TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ input_adapter() [6/7]

input_stream_adapter nlohmann::detail::input_adapter ( std::istream &  stream)
inline

Definition at line 5785 of file json.hpp.

5786{
5787 return input_stream_adapter(stream);
5788}