Loading...
Searching...
No Matches
converter.h File Reference
+ Include dependency graph for converter.h:

Go to the source code of this file.

Classes

class  JsValueTypeConverter< ValueType, MapType, UseInt64 >
 A helper class that can convert recursive JsValue structures to identical structures using a different container type. More...
 

Functions

template<class ValueType , class MapType >
ValueType JsConvertToContainerType (const JsValue &value)
 Returns value converted recursively to the template and map types given by the ValueType and MapType parameters.
 

Function Documentation

◆ JsConvertToContainerType()

ValueType JsConvertToContainerType ( const JsValue value)

Returns value converted recursively to the template and map types given by the ValueType and MapType parameters.

See also
JsValueTypeConverter

Definition at line 139 of file converter.h.