Qt 4.8
Public Functions
|
List of all members
QBoolToType< B > Struct Template Reference
Public Functions
bool
operator()
() const
Detailed Description
template<bool B>
struct QBoolToType< B >
Definition at line
309
of file
qrasterizer.cpp
.
Functions
◆
operator()()
template<bool B>
bool
QBoolToType
< B >::operator()
(
)
const
inline
Definition at line
311
of file
qrasterizer.cpp
.
312
{
313
return
B;
314
}
The documentation for this struct was generated from the following file:
/src/gui/painting/
qrasterizer.cpp
Qt 4.8 Source Code Browser