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