Skip to content

Struct fn_pass_through

struct fn_pass_through meta

struct fn_##fn { … }

function operator()(Args &&...)

template <typename... Args>                                                                          \
        KFR_INLINE_MEMBER constexpr decltype(fn(std::declval<Args>()...)) operator()(                        \
            Args&&... args) const noexcept { … }

Fully qualified name: kfr::fn_pass_through::operator()(Args &&...)

Declared at meta.hpp:1118

Fully qualified name: kfr::fn_pass_through

Declared at meta.hpp:1118

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