Namespaces
Variants
Views
Actions

Standard library header <cstddef>

From cppreference.com
< cpp‎ | header
Revision as of 01:07, 7 December 2012 by Bazzy (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
Standard library headers
 

Macros

implementation-defined null pointer constant
(macro constant) [edit]
byte offset from the beginning of a standard-layout type to specified member
(function macro) [edit]

Types

unsigned integer type returned by the sizeof operator
(typedef) [edit]
signed integer type returned when subtracting two pointers
(typedef) [edit]
(C++11)
the type of the null pointer literal nullptr
(typedef) [edit]
trivial type with alignment requirement as great as any other scalar type
(typedef) [edit]