Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      va_end

      From cppreference.com
      <cpp‎ |utility‎ |variadic
       
       
      Utilities library
       
       
      Defined in header<cstdarg>
      void va_end( std::va_list ap);

      Theva_end macro performs cleanup for anap object initialized by a call tova_start orva_copy.va_end may modifyap so that it is no longer usable.

      If there is no corresponding call tova_start orva_copy, or ifva_end is not called before a function that callsva_start orva_copy returns, the behavior is undefined.

      [edit]Parameters

      ap - an instance of theva_list type to clean up

      [edit]Expanded value

      (none)

      [edit]See also

      enables access to variadic function arguments
      (function macro)[edit]
      (C++11)
      makes a copy of the variadic function arguments
      (function macro)[edit]
      accesses the next variadic function argument
      (function macro)[edit]
      C documentation forva_end
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/utility/variadic/va_end&oldid=161417"

      [8]ページ先頭

      ©2009-2025 Movatter.jp