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.
2 parents ba8fa86 + 6b7bbc1 commit a48ab1aCopy full SHA for a48ab1a
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