Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtSemaphorePrivate Namespace Reference

Classes

struct  Layout1
 
struct  Layout2
 

Typedefs

using Members = std::conditional_t<sizeof(Layout1) <= sizeof(Layout2), Layout1, Layout2>
 

Typedef Documentation

◆ Members

using QtSemaphorePrivate::Members = std::conditional_t<sizeof(Layout1) <= sizeof(Layout2), Layout1, Layout2>

Definition at line 270 of file qsemaphore.cpp.