TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ add()

template<typename BasicJsonType , typename InputAdapterType >
void nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::add ( char_int_type  c)
inlineprivate

add a character to token_buffer

Definition at line 8006 of file json.hpp.

8007 {
8008 token_buffer.push_back(static_cast<typename string_t::value_type>(c));
8009 }
string_t token_buffer
buffer for variable-length tokens (numbers, strings)
Definition: json.hpp:8231