TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
get_character()
template<typename IteratorType >
std::char_traits< char_type >::int_type
nlohmann::detail::iterator_input_adapter
< IteratorType >::get_character
(
)
inline
Definition at line
5496
of file
json.hpp
.
5497
{
5498
if
(JSON_HEDLEY_LIKELY(current != end))
5499
{
5500
auto
result = std::char_traits<char_type>::to_int_type(*current);
5501
std::advance(current, 1);
5502
return
result;
5503
}
5504
5505
return
std::char_traits<char_type>::eof();
5506
}
nlohmann
detail
iterator_input_adapter
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3