Skip to content

Function noinline

function noinline(Fn &&, Args &&...) meta

template <typename Fn, typename... Args>
KFR_UNUSED KFR_NOINLINE static std::invoke_result_t<Fn, Args...> noinline(Fn&& fn, Args&&... args)

Template parameters
Fn callable type
Args argument types

Fully qualified name: kfr::noinline(Fn &&, Args &&...)

Declared at meta.hpp:1472

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.