|
dune-functions
2.5.0
|
#include <type_traits>#include <tuple>#include <dune/common/hybridutilities.hh>#include <dune/common/std/apply.hh>#include <dune/common/std/type_traits.hh>#include <dune/functions/common/defaultderivativetraits.hh>Go to the source code of this file.
Classes | |
| struct | Dune::Functions::IsCallable< F > |
| Helper class to check that F is callable. More... | |
| struct | Dune::Functions::SignatureTraits< Signature, isCallable > |
| Helper class to deduce the signature of a callable. More... | |
| struct | Dune::Functions::SignatureTag< Signature, DerivativeTraits > |
| struct | Dune::Functions::SignatureTag< Range(Domain), DerivativeTraitsT > |
| Tag-class to encapsulate signature information. More... | |
Namespaces | |
| Dune | |
| Dune::Functions | |
Functions | |
| template<class Range , class Domain , template< class > class DerivativeTraits> | |
| auto | Dune::Functions::derivativeSignatureTag (SignatureTag< Range(Domain), DerivativeTraits > tag) |
| Construct SignatureTag for derivative. More... | |
| template<std::size_t maxOrder, class Signature , template< class > class DerivativeTraits> | |
| auto | Dune::Functions::derivativeSignatureTags (Dune::Functions::SignatureTag< Signature, DerivativeTraits > tag) |
| Construct SignatureTags for derivatives. More... | |
1.8.12