|
FreePOOMA
2.4.1
|
Specialization of VectorElem for BinaryVectorOp. More...
#include <BinaryVectorOp.h>
Public Types | |
| typedef VectorEngine< D, T, BinaryVectorOp< V1, V2, Op > > | V |
| typedef VectorElem< V1, I > ::Element_t | T1 |
| typedef VectorElem< V2, I > ::Element_t | T2 |
| typedef BinaryReturn< T1, T2, Op >::Type_t | Element_t |
| typedef Element_t | ElementRef_t |
| typedef Element_t | ConstElementRef_t |
Static Public Member Functions | |
| static Element_t | get (const V &x) |
Specialization of VectorElem for BinaryVectorOp.
Compile time element lookup.
| typedef VectorEngine<D,T,BinaryVectorOp<V1,V2,Op> > VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::V |
| typedef VectorElem<V1,I>::Element_t VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::T1 |
| typedef VectorElem<V2,I>::Element_t VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::T2 |
| typedef BinaryReturn<T1,T2,Op>::Type_t VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::Element_t |
| typedef Element_t VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::ElementRef_t |
| typedef Element_t VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::ConstElementRef_t |
| static Element_t VectorEngineElem< D, T, BinaryVectorOp< V1, V2, Op >, I >::get | ( | const V & | x | ) | [inline, static] |
References VectorEngineElem< D, T, E, I >::get().
1.7.6.1