Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::ForwardingRefType_Category Struct Reference

#include <bslmf_forwardingreftype.h>

List of all members.

Public Types

enum  {
  e_LVALUE_REF, e_MOVABLE_REF, e_FUNCTION, e_ARRAY,
  e_BASIC, e_CLASS
}

Detailed Description

This component-private struct provides a namespace for the type dispatch category enumeration values.

See Component bslmf_forwardingreftype


Member Enumeration Documentation

anonymous enum
Enumerator:
e_LVALUE_REF 

Lvalue reference.

e_MOVABLE_REF 

Movable (rvalue) reference.

e_FUNCTION 

Function or pointer to function.

e_ARRAY 

Array.

e_BASIC 

Built-in, pointer, or enum type.

e_CLASS 

Class, struct or union.


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