|
P99
|
Value:
\
struct NAME { \ \
T p00_val; \
}; \
P99_DECLARE_STRUCT(NAME)
Encapsulate an object of type T in a new type called NAME. This hides type T inside the new structure type such that the original type is only accessible if asked accessed explicitly.
Definition at line 171 of file p99_type.h. |
1.7.6.1