template<typename Value>
OutputView1D struct
Public types
- using value_type = Value
Public static variables
- static int RANK constexpr
Constructors, destructors, conversion operators
- OutputView1D(Value* data)
Public functions
-
template<typename Int>auto operator()(Int v) -> Value&
-
template<typename Int>auto operator[](Int v) -> Value&
Public variables
- Value* data_