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
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.