Qx v0.5.7
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:256
Specifies that a type defines a argumentless call operator.
Definition qx-concepts.h:262

Detailed Description

Satisfied if K has a 0 parameter call operator defined.