params:C ++中的简单参数处理

时间:2024-03-10 00:17:25
【文件属性】:

文件名称:params:C ++中的简单参数处理

文件大小:151KB

文件格式:ZIP

更新时间:2024-03-10 00:17:25

C++

参数 简单的仅标头库,用于C ++ 11中的参数处理。 该库使用nlohmann_json (3.2.0)将参数序列化为JSON。 用法 # include " include/params.hpp " # include < cassert> # include < iostream> int main ( int argc, char **argv) { using namespace params ; Property test; // just assign property with the value of the same type test = (std::string) " This is a test " ; // convert back to the original type std::string strt


【文件预览】:
params-master
----.gitignore(139B)
----LICENSE(1KB)
----README.md(2KB)
----include()
--------params.hpp(7KB)
--------json.hpp(914KB)
----demo.cpp(2KB)
----CMakeLists.txt(260B)

网友评论