FillStepRange< T, IsAscending > Struct Template Reference#
ck_tile::FillStepRange< T, IsAscending > Struct Template Reference
#include <fill.hpp>
Public Member Functions | |
| template<typename ForwardIter> | |
| void | operator() (ForwardIter first, ForwardIter last) const |
| template<typename ForwardRange> | |
| auto | operator() (ForwardRange &&range) const -> std::void_t< decltype(std::declval< const FillStepRange & >()(std::begin(std::forward< ForwardRange >(range)), std::end(std::forward< ForwardRange >(range))))> |
Public Attributes | |
| float | start_value_ {0} |
| float | end_value_ {3} |
| float | step_ {1} |
Member Function Documentation
◆ operator()() [1/2]
template<typename T, bool IsAscending = true>
template<typename ForwardIter>
|
inline |
- Examples
- include/ck_tile/host/fill.hpp.
◆ operator()() [2/2]
template<typename T, bool IsAscending = true>
template<typename ForwardRange>
|
inline |
Member Data Documentation
◆ end_value_
template<typename T, bool IsAscending = true>
| float ck_tile::FillStepRange< T, IsAscending >::end_value_ {3} |
- Examples
- include/ck_tile/host/fill.hpp.
◆ start_value_
template<typename T, bool IsAscending = true>
| float ck_tile::FillStepRange< T, IsAscending >::start_value_ {0} |
- Examples
- include/ck_tile/host/fill.hpp.
◆ step_
template<typename T, bool IsAscending = true>
| float ck_tile::FillStepRange< T, IsAscending >::step_ {1} |
- Examples
- include/ck_tile/host/fill.hpp.
The documentation for this struct was generated from the following file: