一个将类型重复指定次数的转换。 更多...
#include <type_list_utilities.hpp>
公有类型 | |
template<class T > | |
using | Call = typename detail::Repeat< T, N, Types<> >::type |
作为 Transform 的谓词被调用。 更多... | |
一个将类型重复指定次数的转换。
在 Transform 中使用。
示例
N | 重复类型的次数 |
定义位于文件 type_list_utilities.hpp 的 506 行。
using cudf::test::Repeat< N >::Call = typename detail::Repeat<T, N, Types<> >::type |