is_tile_window_with_static_lengths< T > Struct Template Reference#
ck_tile::is_tile_window_with_static_lengths< T > Struct Template Reference
Type trait to determine if a type is a tile window with static lengths. More...
#include <tile_window.hpp>
Inheritance diagram for ck_tile::is_tile_window_with_static_lengths< T >:
Detailed Description
template<typename T>
struct ck_tile::is_tile_window_with_static_lengths< T >
struct ck_tile::is_tile_window_with_static_lengths< T >
Type trait to determine if a type is a tile window with static lengths.
Defaults to false_type. Specializations define when the trait evaluates to true.
- Template Parameters
-
T The type to check.
The documentation for this struct was generated from the following file: