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 495 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 502 of file type_list_utilities.hpp.