range< Start, End, Step > Struct Template Reference#
|
Reference API
|
gko::syn::range< Start, End, Step > Struct Template Reference
#include <ginkgo/core/synthesizer/containers.hpp>
Detailed Description
template<int Start, int End, int Step = 1>
struct gko::syn::range< Start, End, Step >
struct gko::syn::range< Start, End, Step >
range records start, end, step in template
- Template Parameters
-
Start start of range End end of range Step step of range. default is 1
The documentation for this struct was generated from the following file:
- ginkgo/core/synthesizer/containers.hpp
Generated by