TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_token()

template<typename BasicJsonType , typename InputAdapterType >
token_type nlohmann::detail::parser< BasicJsonType, InputAdapterType >::get_token ( )
inlineprivate

get next token from lexer

Definition at line 11465 of file json.hpp.

11466 {
11467 return last_token = m_lexer.scan();
11468 }
lexer_t m_lexer
the lexer
Definition: json.hpp:11506
token_type last_token
the type of the last read token
Definition: json.hpp:11504