Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::shared_ptr<T>::get

      From cppreference.com
      <cpp‎ |experimental‎ |shared ptr
       
       
       
       
       
      element_type* get()constnoexcept;
      (library fundamentals TS)

      Returns the stored pointer.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      The stored pointer.

      [edit]Notes

      Ashared_ptr may share ownership of an object while storing a pointer to another object.get() returns the stored pointer, not the managed pointer.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      dereferences the stored pointer
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/shared_ptr/get&oldid=93222"

      [8]ページ先頭

      ©2009-2026 Movatter.jp