Qx v0.5.7
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:256
Specifies that a type defines a argumentless call operator (with strict return).
Definition qx-concepts.h:259

Detailed Description

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