We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8fa86 commit 6b7bbc1Copy full SHA for 6b7bbc1
README.md
@@ -63,6 +63,7 @@ std::string source = R"(
63
)";
64
65
Template tpl;
66
+tpl.Load(source);
67
68
std::string result = tpl.RenderAsString(ValuesMap());
69
```
0 commit comments