Provide a reference to a t_TYPE object.

Synopsis

Declared in <bslmf_matchanytype.h>

static
bsl::add_rvalue_reference<t_TYPE>::type
rep();

Description

This function has no body and must never be called at run time. Thus, it does not matter if t_TYPE has a default constructor or not.

Return Value

an rvalue reference to a t_TYPE object

Created with MrDocs