dl
dl
IsPointer
dl::IsPointer 概念参考
是指针类型
更多...
#include <
dl_concept.h
>
概念定义
template
<
typename
T>
concept
dl::IsPointer
= std::is_pointer<T>::value
dl::IsPointer
是指针类型
定义
dl_concept.h:62
详细描述
是指针类型
在文件
dl_concept.h
第
62
行定义.
制作者
1.13.1