Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::is_invocable< F, Args > Struct Template Reference

This is std::true_type if a given object f of type T is callable by fub::invoke(f, args...) for Args... More...

#include <type_traits.hpp>

Detailed Description

template<typename F, typename... Args>
struct fub::is_invocable< F, Args >

This is std::true_type if a given object f of type T is callable by fub::invoke(f, args...) for Args...

args.


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