blitz Version 1.0.2
Loading...
Searching...
No Matches
blitz::Range::tvresult< N > Struct Template Reference

The vectorized return type for a Range should be another range, but that's not useful since a vectorized TinyVector assignment can not contain index placeholders. More...

#include <range.h>

Collaboration diagram for blitz::Range::tvresult< N >:
Collaboration graph

Public Types

typedef FastTV2Iterator< T_numtype, N > Type
 

Detailed Description

template<int N>
struct blitz::Range::tvresult< N >

The vectorized return type for a Range should be another range, but that's not useful since a vectorized TinyVector assignment can not contain index placeholders.

In fact, since vectorization doesn't work for index expressions anyway, we can just set this to a dummy.

Member Typedef Documentation

◆ Type

template<int N>
FastTV2Iterator<T_numtype, N> blitz::Range::tvresult< N >::Type

The documentation for this struct was generated from the following file: