Skip to content

Function pass_through

function pass_through(T &&) meta

template <typename T>
KFR_INTRINSIC constexpr T&& pass_through(T&& x) noexcept { … }

Function that returns its first argument

Fully qualified name: kfr::pass_through(T &&)

Declared at meta.hpp:1067

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