table of contents
        
      
      
    | std::experimental::unique_resource::get(3) | C++ Standard Libary | std::experimental::unique_resource::get(3) | 
NAME¶
std::experimental::unique_resource::get - std::experimental::unique_resource::get
Synopsis¶
const R& get() const noexcept; (library fundamentals TS v3)
  
   Accesses the underlying resource handle.
Parameters¶
(none)
Return value¶
The underlying resource handle.
Example¶
 This section is incomplete
  
   Reason: no example
See also¶
 operator* accesses the pointee if the resource handle is a
    pointer
  
   operator-> (public member function)
  
   get returns a pointer to the managed object
  
   (public member function of std::unique_ptr<T,Deleter>)
Category:¶
* Todo no example
| 2024.06.10 | http://cppreference.com |