TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
get_ignore_noop()
template<typename BasicJsonType , typename InputAdapterType , typename SAX = json_sax_dom_parser<BasicJsonType>>
char_int_type
nlohmann::detail::binary_reader
< BasicJsonType, InputAdapterType, SAX >::get_ignore_noop
(
)
inline
private
Returns
character read from the input after ignoring all 'N' entries
Definition at line
10778
of file
json.hpp
.
10779
{
10780
do
10781
{
10782
get
();
10783
}
10784
while
(
current
==
'N'
);
10785
10786
return
current
;
10787
}
nlohmann::detail::binary_reader::current
char_int_type current
the current character
Definition:
json.hpp:10978
nlohmann::detail::binary_reader::get
char_int_type get()
get next character from the input
Definition:
json.hpp:10769
nlohmann
detail
binary_reader
Generated on Thu Apr 7 2022 14:11:00 for TerraForge3D by
1.9.3