TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ output_adapter() [2/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
nlohmann::detail::output_adapter< CharType, StringType >::output_adapter ( std::basic_ostream< CharType > &  s)
inline

Definition at line 13765 of file json.hpp.

13766 : oa(std::make_shared<output_stream_adapter<CharType>>(s)) {}