Skip to content

Function get_second

function get_second(T1, T2 &&, Ts &&...) meta

template <typename T1, typename T2, typename... Ts>
KFR_INTRINSIC constexpr T2&& get_second(T1, T2&& x, Ts&&...) noexcept { … }

Function that returns its second argument and ignores all other arguments

Fully qualified name: kfr::get_second(T1, T2 &&, Ts &&...)

Declared at meta.hpp:1087

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