My Project
max_align_t.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_MAX_ALIGN_HPP
29 #define BSL_MAX_ALIGN_HPP
30 
31 #include "cstdint.hpp"
32 
33 namespace bsl
34 {
37 }
38 
39 #endif
bsl::uintmax max_align_t
Max scalar type alignment.
Definition: max_align_t.hpp:36
::uintmax_t uintmax
defines a unsigned integer with the maximum possible size
Definition: cstdint.hpp:97