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

Specifies that a type defines a argumentless call operator (with strict return). More...

Concept definition

template<class K, typename R>
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 (with strict return).
Definition qx-concepts.h:246

Detailed Description

Satisfied if K has a 0 parameter call operator defined that returns R.