由于工作中一些业务的需要,需要使用到struct 的继承,突然想到了class的继承。C++中class的默认继承权限为private,于是便想到了struct的继承,平常也不怎么使用struct的继承。使用struct的时候,一般是将struct当做一条记录来使用,即用来保存数据且不包含一些函数。C++中struct的默认继承权限为public。
代码示例如下:
1 |
|
结果如下:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true