Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::type_info::~type_info

      From cppreference.com
      <cpp‎ |types‎ |type info
       
       
      Utilities library
       
       
       
      virtual ~type_info();

      Destructs an object of typestd::type_info. This destructor is public virtual, making thestd::type_info a polymorphic class.

      [edit]Notes

      The dynamic type of astd::type_info subobject may be examined by thetypeid operator.

      It is unspecified whether the implementation calls this destructor for anystd::type_info object at the end of the program.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/types/type_info/%7Etype_info&oldid=168468"

      [8]ページ先頭

      ©2009-2026 Movatter.jp