Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      Standard library header <stdalign.h> (C11)(deprecated in C23)

      From cppreference.com
      <c‎ |header
       
       
       

      This header is part of thetypes support library.

      Macros

      alignas
      (C11)(removed in C23)
      convenience macro, expands to keyword_Alignas
      (keyword macro)
      alignof
      (C11)(removed in C23)
      convenience macro, expands to keyword_Alignof
      (keyword macro)

      Constants

      __alignas_is_defined
      (C11)(removed in C23)
      expands to integer constant1
      (macro constant)
      __alignof_is_defined
      (C11)(removed in C23)
      expands to integer constant1
      (macro constant)

      [edit]Synopsis

      #if __STDC_VERSION__ < 202311L#define alignas _Alignas#define alignof _Alignof#define __alignas_is_defined 1#define __alignof_is_defined 1#endif
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=c/header/stdalign&oldid=180114"

      [8]ページ先頭

      ©2009-2025 Movatter.jp