TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ write_characters()

template<typename CharType , typename StringType = std::basic_string<CharType>>
void nlohmann::detail::output_string_adapter< CharType, StringType >::write_characters ( const CharType *  s,
std::size_t  length 
)
inlineoverridevirtual

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

Definition at line 13747 of file json.hpp.

13748 {
13749 str.append(s, length);
13750 }