文件名称:Mustache:现代C ++的Moustache文本模板
文件大小:142KB
文件格式:ZIP
更新时间:2024-05-20 07:28:07
c-plus-plus mustache C++
关于 现代C ++的实现(需要C ++ 11) 仅标题 零依赖 模板化的字符串类型,可与任何类似于STL的字符串兼容(std :: string,std :: wstring等) 提升许可 用法示例 所有示例均假定using namespace kainjow::mustache 。 可以在tests.cpp文件中找到其他示例和用法。 示例1-Hello World mustache tmpl{ " Hello {{what}}! " }; std::cout << tmpl.render({ " what " , " World " }) << std::endl; // Hello World! 示例2-列表 mustache tmpl{ " {{#employees}}{{name}}, {{/employees}} " }; data employees{data::type
【文件预览】:
Mustache-master
----.travis.yml(671B)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------.gitignore(58B)
--------catch.hpp(626KB)
--------tests.cpp(47KB)
--------Makefile(910B)
--------README.md(231B)
--------CMakeLists.txt(356B)
----.appveyor.yml(495B)
----mustache.hpp(40KB)
----CMakeLists.txt(318B)