dl
dl::IsInteger 概念参考

#include <dl_concept.h>

概念定义

template<typename T>
concept dl::IsInteger = std::is_integral<T>::value

详细描述

在文件 dl_concept.h32 行定义.