| 
    dune-functions 2.10
    
   | 
 
Concept objects that can be called with given argument list. More...
#include <dune/functions/common/functionconcepts.hh>
Public Member Functions | |
| template<class F > | |
| auto | require (F &&f) -> decltype(f(std::declval< Args >()...)) | 
Concept objects that can be called with given argument list.
| Args | Argument list for function call | 
| auto Dune::Functions::Concept::Callable< Args >::require | ( | F && | f | ) | -> decltype(f(std::declval< Args >()...)) |