STK++ 0.9.13
STK::hidden::FunctorSelector< Derived, Functor, true > Struct Template Reference

specialization for vectors and points. More...

#include <STK_ExprBaseFunctors.h>

Public Types

typedef Functor< Derived > ByColFunctor
 
typedef ApplyFunctor< Derived, ByColFunctorColOp
 
typedef ApplyWeightedFunctor< Derived, ByColFunctorColWeightedOp
 
typedef Functor< Derived > ByRowFunctor
 
typedef ApplyFunctor< Derived, ByRowFunctorRowOp
 
typedef ApplyWeightedFunctor< Derived, ByRowFunctorRowWeightedOp
 

Detailed Description

template<class Derived, template< class > class Functor>
struct STK::hidden::FunctorSelector< Derived, Functor, true >

specialization for vectors and points.

In this case the functor apply directly to the Derived class.

Definition at line 89 of file STK_ExprBaseFunctors.h.

Member Typedef Documentation

◆ ByColFunctor

template<class Derived , template< class > class Functor>
typedef Functor<Derived> STK::hidden::FunctorSelector< Derived, Functor, true >::ByColFunctor

Definition at line 91 of file STK_ExprBaseFunctors.h.

◆ ByRowFunctor

template<class Derived , template< class > class Functor>
typedef Functor<Derived> STK::hidden::FunctorSelector< Derived, Functor, true >::ByRowFunctor

Definition at line 95 of file STK_ExprBaseFunctors.h.

◆ ColOp

template<class Derived , template< class > class Functor>
typedef ApplyFunctor<Derived, ByColFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::ColOp

Definition at line 92 of file STK_ExprBaseFunctors.h.

◆ ColWeightedOp

template<class Derived , template< class > class Functor>
typedef ApplyWeightedFunctor<Derived, ByColFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::ColWeightedOp

Definition at line 93 of file STK_ExprBaseFunctors.h.

◆ RowOp

template<class Derived , template< class > class Functor>
typedef ApplyFunctor<Derived, ByRowFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::RowOp

Definition at line 96 of file STK_ExprBaseFunctors.h.

◆ RowWeightedOp

template<class Derived , template< class > class Functor>
typedef ApplyWeightedFunctor<Derived, ByRowFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::RowWeightedOp

Definition at line 97 of file STK_ExprBaseFunctors.h.


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