Functional.hpp File Reference
#include <algorithm>
#include <iterator>
#include <vector>
#include <numeric>
Include dependency graph for Functional.hpp:

Go to the source code of this file.

Classes

class  Opm::fun::iota
 
class  Opm::fun::iota::const_iterator
 

Namespaces

namespace  Opm
 
namespace  Opm::fun
 

Functions

template<typename F , typename C >
std::vector< typename std::result_of< F(typename C::const_iterator::value_type &) >::type > Opm::fun::map (F f, const C &src)
 
template<typename A >
std::vector< A > Opm::fun::concat (std::vector< std::vector< A > > &&src)