cesium-native  0.41.0
CesiumJsonReader::ReadJsonResult< T > Struct Template Reference

The result of Reader::readJson. More...

#include <CesiumJsonReader/JsonReader.h>

Public Attributes

std::optional< T > value
 The value read from the JSON, or std::nullopt on error.
 
std::vector< std::string > errors
 Errors that occurred while reading.
 
std::vector< std::string > warnings
 Warnings that occurred while reading.
 

Detailed Description

template<typename T>
struct CesiumJsonReader::ReadJsonResult< T >

The result of Reader::readJson.

Definition at line 23 of file JsonReader.h.


The documentation for this struct was generated from the following file: