TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ write_character()

template<typename CharType , typename StringType = std::basic_string<CharType>>
void nlohmann::detail::output_string_adapter< CharType, StringType >::write_character ( CharType  c)
inlineoverridevirtual

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

Definition at line 13741 of file json.hpp.

13742 {
13743 str.push_back(c);
13744 }