__alignment_of

From RAD Studio
Jump to: navigation, search

Go Up to Type Trait Functions (C++11) Index


Category

Type Trait Functions

Syntax:

unsigned int __alignment_of( typename T )

This function is not necessary, as alignof is a proposed new keyword.

See Also