|
GCC Middle and Back End API Reference
|
#include <json-parsing.h>

Public Member Functions | |
| result (ValueType val) | |
| result (ErrorType err) | |
Data Fields | |
| ValueType | m_val |
| ErrorType | m_err |
Class for the result of an operation: either a value or an error (or both null for the case of "successful nullptr"). The types must be default-constructible.
|
inline |
|
inline |
| ErrorType json::result< ValueType, ErrorType >::m_err |
| ValueType json::result< ValueType, ErrorType >::m_val |