dl
dl::IsPointer 概念参考

是指针类型 更多...

#include <dl_concept.h>

概念定义

template<typename T>
concept dl::IsPointer = std::is_pointer<T>::value
是指针类型

详细描述

是指针类型

在文件 dl_concept.h62 行定义.