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