A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4169
Date: 2014-08-22
A proposal to add invoke function template (Revision 1)
by Tomasz Kamiński
Excerpt:
The aim of this proposal is to introduce the function template
invoke
that provide uniform semantics for invoking all C++ callable types which includes: function pointers, member pointers and functors. The behaviour of the function is defined in terms of INVOKE expression.
Add a Comment
Comments are closed.