Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
mutable_bind.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/patterns.h>
#include <tuple>
#include <utility>

Go to the source code of this file.

Classes

class  Utilities::MutableBind< ReturnType, FunctionArgs >
 

Namespaces

namespace  Utilities
 

Functions

template<typename ReturnType , class... FunctionArgs>
MutableBind< ReturnType, FunctionArgs... > Utilities::mutable_bind (ReturnType(*function)(FunctionArgs...), std_cxx20::type_identity_t< FunctionArgs > &&...arguments)
 
template<typename ReturnType , class... FunctionArgs>
MutableBind< ReturnType, FunctionArgs... > Utilities::mutable_bind (std::function< ReturnType(FunctionArgs...)>, std_cxx20::type_identity_t< FunctionArgs > &&...arguments)
 
template<typename ReturnType , class... FunctionArgs>
MutableBind< ReturnType, FunctionArgs... > Utilities::mutable_bind (ReturnType(*function)(FunctionArgs...))
 
template<typename ReturnType , class... FunctionArgs>
MutableBind< ReturnType, FunctionArgs... > Utilities::mutable_bind (std::function< ReturnType(FunctionArgs...)>)