RflySimSDK v4.10
RflySimSDK说明文档
载入中...
搜索中...
未找到
json_default_base结构体 参考

Default base class of the basic_json class. 更多...

#include <json_custom_base_class.hpp>

详细描述

Default base class of the basic_json class.

So that the correct implementations of the copy / move ctors / assign operators of basic_json do not require complex case distinctions (no base class / custom base class used as customization point), basic_json always has a base class. By default, this class is used because it is empty and thus has no effect on the behavior of basic_json.


该结构体的文档由以下文件生成: