Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::List< Head, Tail... > Struct Template Reference

#include <qobjectdefs_impl.h>

+ Collaboration diagram for QtPrivate::List< Head, Tail... >:

Public Types

typedef Head Car
 
typedef List< Tail... > Cdr
 

Static Public Attributes

static constexpr size_t size = 1 + sizeof...(Tail)
 

Detailed Description

template<typename Head, typename... Tail>
struct QtPrivate::List< Head, Tail... >

Definition at line 42 of file qobjectdefs_impl.h.

Member Typedef Documentation

◆ Car

template<typename Head , typename... Tail>
typedef Head QtPrivate::List< Head, Tail... >::Car

Definition at line 44 of file qobjectdefs_impl.h.

◆ Cdr

template<typename Head , typename... Tail>
typedef List<Tail...> QtPrivate::List< Head, Tail... >::Cdr

Definition at line 44 of file qobjectdefs_impl.h.

Member Data Documentation

◆ size

template<typename Head , typename... Tail>
constexpr size_t QtPrivate::List< Head, Tail... >::size = 1 + sizeof...(Tail)
staticconstexpr

Definition at line 43 of file qobjectdefs_impl.h.


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