Range adapter for object values.
More...
#include <nfx/json/Document.h>
Range adapter for object values.
Definition at line 943 of file Document.h.
◆ ValuesView()
| nfx::json::Document::ValuesView::ValuesView |
( |
const Object * | obj | ) |
|
|
inline |
Construct ValuesView from object pointer.
- Parameters
-
| obj | Pointer to the object to iterate values from |
◆ begin()
Get iterator to first value.
- Returns
- Const iterator pointing to first value
◆ end()
Get iterator past last value.
- Returns
- Const iterator representing end position
The documentation for this class was generated from the following file: