Qx v0.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::unwrap< T > Struct Template Reference

Provides the inner type of T if T wraps or contains another type; otherwise, provides T itself. More...

Public Types

using type = T
 

Detailed Description

template<typename T>
struct Qx::unwrap< T >

Provides types based on the following alias availability:

  • T::value_type -> T::value_type
  • T::mapped_type -> T::mapped_type
  • else -> T
See also
unwrap_t

Member Typedef Documentation

◆ type

template<typename T>
using Qx::unwrap< T >::type = T

The unwrapped type.


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