TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_position()

template<typename BasicJsonType , typename InputAdapterType >
constexpr position_t nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::get_position ( ) const
inlineconstexprnoexcept

return position of last read token

Definition at line 8045 of file json.hpp.

8046 {
8047 return position;
8048 }
position_t position
the start position of the current token
Definition: json.hpp:8225