TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ input_stream_adapter() [2/2]

nlohmann::detail::input_stream_adapter::input_stream_adapter ( input_stream_adapter &&  rhs)
inlinenoexcept

Definition at line 5454 of file json.hpp.

5455 : is(rhs.is), sb(rhs.sb)
5456 {
5457 rhs.is = nullptr;
5458 rhs.sb = nullptr;
5459 }
std::istream * is
the associated input stream
Definition: json.hpp:5479