forward overloads
Declared in <bsls_util.h>
Forward the specified t as a reference of deduced TYPE.
template<class TYPE>
constexpr
static
TYPE&&
forward(Util_RemoveReference<TYPE>::type& t) noexcept;
» more...
Forward the specified t as a reference of non-deduced TYPE.
template<class TYPE>
constexpr
static
TYPE&&
forward(Util_RemoveReference<TYPE>::type&& t) noexcept;
» more...
t of deduced TYPEt of non-deduced TYPE| Name | Description |
|---|---|
| t | object to forward |