dl
dl
IsPod
dl::IsPod 概念参考
#include <
dl_concept.h
>
概念定义
template
<
typename
T>
concept
dl::IsPod
= std::is_trivial_v<T> && std::is_standard_layout_v<T>
dl::IsPod
定义
dl_concept.h:47
详细描述
在文件
dl_concept.h
第
47
行定义.
制作者
1.13.1