MIRA
Public Attributes | List of all members
QueryNumberResult Struct Reference

A struct used for return value of getNumberElementIfExists() More...

#include <json/JSON.h>

Public Attributes

bool exists
 
double number
 undefined if exists is false More...
 
std::string error
 empty if exists is true More...
 

Detailed Description

A struct used for return value of getNumberElementIfExists()

Member Data Documentation

◆ exists

bool exists

◆ number

double number

undefined if exists is false

◆ error

std::string error

empty if exists is true


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