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

The vectorized return type for an IndexPlaceholder should be some form of range, but that's not useful since a vectorized TinyVector assignment can not contain index placeholders. More...

#include <indexexpr.h>

Collaboration diagram for blitz::IndexPlaceholder< N >::tvresult< M >:
Collaboration graph

Public Types

typedef FastTV2Iterator< T_numtype, M > Type
 

Detailed Description

template<int N>
template<int M>
struct blitz::IndexPlaceholder< N >::tvresult< M >

The vectorized return type for an IndexPlaceholder should be some form of 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>
template<int M>
typedef FastTV2Iterator<T_numtype, M> blitz::IndexPlaceholder< N >::tvresult< M >::Type

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