nullptr 的类型为 nullptr_t,nullptr 可以隐式的转换成任何类型的指针. NULL 和 (void*)0 以及nullptr的定义都不相同,所以尽可能使用nullptr。例如:
1 |
|
输出为:
1 | foo(int) is called |
其中 关键字**decltype**是用来自动推导表达式的数据类型,而std::is_same能够判断两种类型是否相同
缺失模块。
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