dune-spgrid 2.8.0
Loading...
Searching...
No Matches
Namespaces | Functions
misc.hh File Reference

miscellaneous helper functions More...

#include <utility>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Dune
 

Functions

template<class T , class Op >
std::vector< decltype(std::declval< Op >()(std::declval< T >())) > Dune::transform (const std::vector< T > &in, Op op)
 copy a vector, performing an operation on each element
 

Detailed Description

miscellaneous helper functions

Author
Martin Nolte