Class fn_noinline¶
class fn_noinline<Fn> meta¶
template <typename Fn>
struct fn_noinline { … } Functor wrapper that invokes Fn through noinline .
| Fn | wrapped callable type |
function operator()(Args &&...) ¶
template <typename... Args>
KFR_MEM_INTRINSIC std::invoke_result_t<Fn, Args...> operator()(Args&&... args) const Invokes the wrapped callable non-inlined
Fully qualified name: kfr::fn_noinline<Fn>::operator()(Args &&...)
Declared at meta.hpp:1484
Fully qualified name: kfr::fn_noinline<Fn>
Declared at meta.hpp:1480
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.