dl
dl
IsSigned
dl::IsSigned 概念参考
#include <
dl_concept.h
>
概念定义
template
<
typename
T>
concept
dl::IsSigned
= std::is_signed<T>::value
dl::IsSigned
定义
dl_concept.h:29
详细描述
在文件
dl_concept.h
第
29
行定义.
制作者
1.13.1