Forward the specified t lvalue argument.

Synopsis

Declared in <bslmf_util.h>

template<class t_TYPE>
constexpr
static
t_TYPE&&
forward(bsl::remove_reference<t_TYPE>::type& t) noexcept;

Return Value

t forwarded as t_TYPE&&

Parameters

Name

Description

t

lvalue to forward

Created with MrDocs