Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Go to the source code of this file.
Classes | |
struct | fub::IsInvocable< F, R, Args > |
class | fub::function_ref< Ret(Params...)> |
An efficient, type-erasing, non-owning reference to a callable. More... | |
Namespaces | |
fub | |
The fub namespace. | |
Typedefs | |
template<typename F , typename... Args> | |
using | fub::IsInvocableT_ = decltype(std::declval< F >()(std::declval< Args >()...)) |