TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
skip_whitespace()
template<typename BasicJsonType , typename InputAdapterType >
void
nlohmann::detail::lexer
< BasicJsonType, InputAdapterType >::skip_whitespace
(
)
inline
Definition at line
8107
of file
json.hpp
.
8108
{
8109
do
8110
{
8111
get();
8112
}
8113
while
(
current
==
' '
||
current
==
'\t'
||
current
==
'\n'
||
current
==
'\r'
);
8114
}
nlohmann::detail::lexer::current
char_int_type current
the current character
Definition:
json.hpp:8219
nlohmann
detail
lexer
Generated on Thu Apr 7 2022 14:11:03 for TerraForge3D by
1.9.3