Struct swallow¶
struct swallow meta¶
struct swallow Utility class to use in list-initialization context Accepts any number of arguments and discards them; useful for pack expansion side effects.
function swallow(T &&...) ¶
template <typename... T>
KFR_MEM_INTRINSIC constexpr swallow(T&&...) noexcept { … } Constructs from any arguments, discarding them
Fully qualified name: kfr::swallow::swallow(T &&...)
Declared at meta.hpp:1027
Fully qualified name: kfr::swallow
Declared at meta/tuple.hpp:20
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.