#include <algorithm.hpp>
Public Member Functions |
| copy_functor (predicate pred) |
template<typename src_container_type , typename dst_container_type > |
void | operator() (const src_container_type &src_container, dst_container_type &dst_container) |
template<typename predicate>
class viennagrid::detail::copy_functor< predicate >
Constructor & Destructor Documentation
Member Function Documentation
void operator() |
( |
const src_container_type & |
src_container, |
|
|
dst_container_type & |
dst_container |
|
) |
| [inline] |
The documentation for this class was generated from the following file: