cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementation details for "alignof" emulation. More...
Namespaces | |
cxxomfort | |
Namespace of the cxxomfort library. | |
cxxomfort::cxxostd | |
Backports made available by cxxomfort. | |
Macros | |
#define | alignof(x) (cxxomfort::cxxostd::alignof_impl<x>::value) |
Provides alignof(x) in platforms lacking the directive. More... | |
Implementation details for "alignof" emulation.
#define alignof | ( | x | ) | (cxxomfort::cxxostd::alignof_impl<x>::value) |
Provides alignof(x)
in platforms lacking the directive.
__alignof
that would have similar semantics.Related utilities: alignas
, aligned_storage
.