TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ write_character()

template<typename CharType >
void nlohmann::detail::output_stream_adapter< CharType >::write_character ( CharType  c)
inlineoverridevirtual

Implements nlohmann::detail::output_adapter_protocol< CharType >.

Definition at line 13716 of file json.hpp.

13717 {
13718 stream.put(c);
13719 }