TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_string()

template<typename BasicJsonType , typename InputAdapterType >
string_t & nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::get_string ( )
inline

return current string value (implicitly resets the token; useful only once)

Definition at line 8035 of file json.hpp.

8036 {
8037 return token_buffer;
8038 }
string_t token_buffer
buffer for variable-length tokens (numbers, strings)
Definition: json.hpp:8231