TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator size_t()

constexpr nlohmann::detail::position_t::operator size_t ( ) const
inlineconstexpr

conversion to size_t to preserve SAX interface

Definition at line 2601 of file json.hpp.

2602 {
2603 return chars_read_total;
2604 }
std::size_t chars_read_total
the total number of characters read
Definition: json.hpp:2594