Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Typedefs
function_ref.hpp File Reference
#include "fub/core/type_traits.hpp"
#include <cstdint>
#include <type_traits>
#include <utility>

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 >()...))