ViennaGrid - The Vienna Grid Library  2.1.0
Public Member Functions
dual_for_each_functor< collection_type_1, collection_type_2, functor > Class Template Reference

#include <algorithm.hpp>

Public Member Functions

 dual_for_each_functor (collection_type_1 &container_collection_1, collection_type_2 &container_collection_2, functor f)
template<typename type >
void operator() (viennagrid::detail::tag< type >)

template<typename collection_type_1, typename collection_type_2, typename functor>
class viennagrid::detail::dual_for_each_functor< collection_type_1, collection_type_2, functor >


Constructor & Destructor Documentation

dual_for_each_functor ( collection_type_1 &  container_collection_1,
collection_type_2 &  container_collection_2,
functor  f 
) [inline]

Member Function Documentation

void operator() ( viennagrid::detail::tag< type >  ) [inline]

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