Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions

bdlb::Variant_ReturnAnyTypeUtil< TYPE & > Struct Template Reference

#include <bdlb_variant.h>

List of all members.

Static Public Member Functions

static TYPE & lvalueRef (TYPE *dummy)
static TYPE & doNotCall ()

Detailed Description

template<class TYPE>
struct bdlb::Variant_ReturnAnyTypeUtil< TYPE & >

This partial specialization of Variant_ReturnAnyTypeUtil provides a function that returns an lvalue reference.

See Component bdlb_variant


Member Function Documentation

template<class TYPE >
static TYPE& bdlb::Variant_ReturnAnyTypeUtil< TYPE & >::lvalueRef ( TYPE *  dummy  )  [static]

Return an lvalue reference providing modifiable access to the specified *dummy.

template<class TYPE >
static TYPE& bdlb::Variant_ReturnAnyTypeUtil< TYPE & >::doNotCall (  )  [static]

Return a TYPE& object.


The documentation for this struct was generated from the following file: