parent
8668606a14
commit
5029e15ec6
13 changed files with 17 additions and 17 deletions
2
external/tinygltf/json.hpp
vendored
2
external/tinygltf/json.hpp
vendored
|
|
@ -3468,7 +3468,7 @@ class parser
|
|||
@brief an iterator for primitive JSON types
|
||||
|
||||
This class models an iterator for primitive JSON types (boolean, number,
|
||||
string). It's only purpose is to allow the iterator/const_iterator classes
|
||||
string). Its only purpose is to allow the iterator/const_iterator classes
|
||||
to "iterate" over primitive values. Internally, the iterator is modeled by
|
||||
a `difference_type` variable. Value begin_value (`0`) models the begin,
|
||||
end_value (`1`) models past the end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue