Function tstep¶
function tstep(signed_index_t) base¶
constexpr KFR_INTRINSIC tensor_range tstep(signed_index_t step = 1) { … } Build a range that uses the specified step but no explicit start or stop.
| step | Step value (defaults to 1). |
A tensor_range with the given step. |
Fully qualified name: kfr::tstep(signed_index_t)
Declared at base/shape.hpp:955
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.