#include <functional>
#include <type_traits>
#include <utility>
#include <dune/fem/function/common/function.hh>
Go to the source code of this file.
|
template<class Function > |
InstationaryFunction< Function, __InstationaryFunction::HoldCopy > | Dune::Fem::instationaryFunction (Function function, double time) |
|
template<class Function > |
InstationaryFunction< typename std::remove_const< Function >::type, __InstationaryFunction::HoldReference > | Dune::Fem::instationaryFunction (std::reference_wrapper< Function > function, double time) |
|