dune-functions  2.5.1
Public Member Functions | List of all members
Dune::Functions::Imp::HasFreeLocalFunction Struct Reference

#include <dune/functions/gridfunctions/gridfunction_imp.hh>

Public Member Functions

template<class F >
auto require (F &&f) -> decltype(localFunction(f))
 

Detailed Description

A concept describing types that have a localFunction() method found by ADL

Member Function Documentation

◆ require()

template<class F >
auto Dune::Functions::Imp::HasFreeLocalFunction::require ( F &&  f) -> decltype(localFunction(f))

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