TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
get_character()
std::char_traits< char >::int_type nlohmann::detail::input_stream_adapter::get_character
(
)
inline
Definition at line
5464
of file
json.hpp
.
5465
{
5466
auto
res = sb->sbumpc();
5467
5468
// set eof manually, as we don't use the istream interface.
5469
if
(JSON_HEDLEY_UNLIKELY(res == std::char_traits<char>::eof()))
5470
{
5471
is
->clear(
is
->rdstate() | std::ios::eofbit);
5472
}
5473
5474
return
res;
5475
}
nlohmann::detail::input_stream_adapter::is
std::istream * is
the associated input stream
Definition:
json.hpp:5479
nlohmann
detail
input_stream_adapter
Generated on Thu Apr 7 2022 14:11:01 for TerraForge3D by
1.9.3