|  | 
| template<typename T> | 
| static constexpr T * | get (const T *p) | 
| template<typename T, typename D> | 
| static constexpr T * | get (const std::unique_ptr< T, D > &p) | 
| template<typename T> | 
| static constexpr T * | get (const std::shared_ptr< T > &p) | 
The documentation for this struct was generated from the following file: