Qt 6.x
The Qt SDK
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 = typedef std::conditional_t<sizeof(Layout1) <= sizeof(Layout2), Layout1, Layout2>

Definition at line 269 of file qsemaphore.cpp.