Transformation that repeats a type for a specified count. More...
#include <type_list_utilities.hpp>
Public Types | |
template<class T > | |
using | Call = typename detail::Repeat< T, N, Types<> >::type |
Invoked as predicate for Transform. More... | |
Transformation that repeats a type for a specified count.
Used in Transform.
Example:
N | The number of times to repeat the type |
Definition at line 506 of file type_list_utilities.hpp.
using cudf::test::Repeat< N >::Call = typename detail::Repeat<T, N, Types<> >::type |
Invoked as predicate for Transform.
T | The type to repeat |
Definition at line 513 of file type_list_utilities.hpp.