TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ output_stream_adapter()

template<typename CharType >
nlohmann::detail::output_stream_adapter< CharType >::output_stream_adapter ( std::basic_ostream< CharType > &  s)
inlineexplicitnoexcept

Definition at line 13712 of file json.hpp.

13713 : stream(s)
13714 {}