Function noop¶
function noop(Ts &&...) meta¶
template <typename... Ts>
KFR_INTRINSIC constexpr void noop(Ts&&...) noexcept { … } Function that returns void and ignores all its arguments
Fully qualified name: kfr::noop(Ts &&...)
Declared at meta.hpp:1074
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.