Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::propagate_const<T>::get

      From cppreference.com
      <cpp‎ |experimental‎ |propagate const
       
       
       
       
       
      constexpr element_type* get();
      (library fundamentals TS v2)
      constexprconst element_type* get()const;
      (library fundamentals TS v2)

      Returns a pointer to the object pointed to by the wrapped pointer-like object,t_.

      [edit]Parameters

      (none)

      [edit]Return value

      IfT is an object pointer type, thent_. Otherwise,t_.get().


      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/propagate_const/get&oldid=98251"

      [8]ページ先頭

      ©2009-2025 Movatter.jp