OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
VariableToStringConverter.h
Go to the documentation of this file.
1#pragma once
2#include "Variable.h"
3
4namespace ot
5{
6 class __declspec(dllexport) VariableToStringConverter
7 {
8 public:
9 std::string operator() (const Variable& value);
10 };
11}
bsoncxx::types::value value
Definition DocumentManager.h:16
Definition Connector.h:8