aimstil  5.0.5
til::Loop_mapEachAssign< TMap1, TMap2, TFunctor > Class Template Reference

Apply a functor to a pair of sparse vectors where either one has data. More...

#include <til/sparse_vector.h>

Public Member Functions

void operator() (TMap1 &map1, const TMap2 &map2, TFunctor f)
 

Detailed Description

template<typename TMap1, typename TMap2, typename TFunctor>
class til::Loop_mapEachAssign< TMap1, TMap2, TFunctor >

Apply a functor to a pair of sparse vectors where either one has data.

Definition at line 30 of file sparse_vector.h.

Member Function Documentation

◆ operator()()

template<typename TMap1 , typename TMap2 , typename TFunctor >
void til::Loop_mapEachAssign< TMap1, TMap2, TFunctor >::operator() ( TMap1 &  map1,
const TMap2 &  map2,
TFunctor  f 
)
inline

Definition at line 36 of file sparse_vector.h.


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