Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::Fufem::Forms::LocalOperators::AssignOp Struct Reference

#include <dune/fufem/forms/localoperators.hh>

Public Member Functions

template<class X , class Y >
requires requires(X& x, const Y& y) { x = y; }
void operator() (X &x, const Y &y) const
 
template<class... Xi, class Y >
requires (Dune::IsNumber<Y>::value)
void operator() (std::tuple< Xi... > &x, const Y &y) const
 

Member Function Documentation

◆ operator()() [1/2]

template<class... Xi, class Y >
requires (Dune::IsNumber<Y>::value)
void Dune::Fufem::Forms::LocalOperators::AssignOp::operator() ( std::tuple< Xi... > &  x,
const Y &  y 
) const
inline

◆ operator()() [2/2]

template<class X , class Y >
requires requires(X& x, const Y& y) { x = y; }
void Dune::Fufem::Forms::LocalOperators::AssignOp::operator() ( X &  x,
const Y &  y 
) const
inline

The documentation for this struct was generated from the following file: