Metafunction that yields the AA model preferred by TYPE.
Synopsis
Declared in <bslma_aamodel.h>
template<class TYPE>
struct AAModel
: /* implementation-defined */::type
Description
Metafunction that yields (is derived from) a model tag type that indicates the AA model preferred for the specified type ‐‐ one of AAModelPmr, AAModelBsl, AAModelLegacy, AAModelStl, or AAModelNone. If TYPE supports more than one of AA models, then the result is the first in the preceding list that is supported.
Base Classes
Name |
Description |
|
Created with MrDocs