dl
dl::IsNotPod 概念参考

#include <dl_concept.h>

概念定义

template<typename T>
concept dl::IsNotPod = !std::is_trivial_v<T> || !std::is_standard_layout_v<T>

详细描述

在文件 dl_concept.h50 行定义.