typedef_and_alias.cpp
MISSING
Types
Type | Definition | Notes |
---|---|---|
|
int |
Example typedef expression whose underlying type is |
|
using_partial_specialization_example<double> |
Using typedef to define another full specialization of the above partial specialization |
|
int |
Example using expression whose underlying type is |
|
using_partial_specialization_example<bool> |
Full specialization of the above partial specialization |
|
template_example<bool, U> |
Partial specialization of the above |
Classes
Example class with two type definitions |
|
Example struct that leverages type aliases defined above. |