Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::function_ref< Ret(Params...)> Member List

This is the complete list of members for fub::function_ref< Ret(Params...)>, including all inherited members.

callablefub::function_ref< Ret(Params...)>private
callbackfub::function_ref< Ret(Params...)>private
callback_fn(std::intptr_t callable, Params... params)fub::function_ref< Ret(Params...)>inlineprivatestatic
function_ref(Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr)fub::function_ref< Ret(Params...)>inline
operator()(Params... params) constfub::function_ref< Ret(Params...)>inline