Qx v0.6
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::defines_call Concept Reference

Specifies that a type defines a argumentless call operator. More...

Concept definition

template<class K>
Specifies that a type defines a call operator for the specified argument types.
Definition qx-concepts.h:243
Specifies that a type defines a argumentless call operator.
Definition qx-concepts.h:249

Detailed Description

Satisfied if K has a 0 parameter call operator defined.