TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ input_adapter() [5/7]

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

Definition at line 5790 of file json.hpp.

5791{
5792 return input_stream_adapter(stream);
5793}