open62541pp 0.16.0
C++ wrapper of open62541
|
Type conversion from and to native types.
Native types can be both UA_*
types and wrapper classes (like UA_Guid
and Guid
). The TypeConverter
is mainly used within the Variant
class to set/get non-native types.
Template specializations can be added for conversions of arbitrary types:
Definition at line 32 of file typeconverter.hpp.