libzypp 17.35.18
zyppng::remove_smart_ptr< std::unique_ptr< T > > Struct Template Reference

#include <zypp-core/zyppng/meta/type_traits.h>

Public Types

using type = std::remove_cv_t<T>
 
using type
 

Detailed Description

template<typename T>
struct zyppng::remove_smart_ptr< std::unique_ptr< T > >

Definition at line 125 of file type_traits.h.

Member Typedef Documentation

◆ type [1/2]

template<typename T>
using zyppng::remove_smart_ptr< std::unique_ptr< T > >::type = std::remove_cv_t<T>

Definition at line 125 of file type_traits.h.

◆ type [2/2]

using zyppng::remove_smart_ptr< T >::type

Definition at line 119 of file type_traits.h.


The documentation for this struct was generated from the following file: