Topic: No is_function_object?


Author: Leo Heinsaar <leoheinsaar@gmail.com>
Date: Sun, 7 Feb 2016 21:12:14 -0800 (PST)
Raw View
------=_Part_9851_840690771.1454908334844
Content-Type: multipart/alternative;
 boundary="----=_Part_9852_971727084.1454908334844"

------=_Part_9852_971727084.1454908334844
Content-Type: text/plain; charset=UTF-8

I noticed there's no is_function_object type trait in the list
<http://en.cppreference.com/w/cpp/types> added since C++11. (Neither is
there one in Boost.)

Is there any reason why?

--

---
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at https://groups.google.com/a/isocpp.org/group/std-proposals/.

------=_Part_9852_971727084.1454908334844
Content-Type: text/html; charset=UTF-8

<div dir="ltr">I noticed there&#39;s no is_function_object type trait in <a href="http://en.cppreference.com/w/cpp/types">the list</a> added since C++11. (Neither is there one in Boost.)<div><br></div><div>Is there any reason why?</div></div>

<p></p>

-- <br />
<br />
--- <br />
You received this message because you are subscribed to the Google Groups &quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:std-proposals+unsubscribe@isocpp.org">std-proposals+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href="mailto:std-proposals@isocpp.org">std-proposals@isocpp.org</a>.<br />
Visit this group at <a href="https://groups.google.com/a/isocpp.org/group/std-proposals/">https://groups.google.com/a/isocpp.org/group/std-proposals/</a>.<br />

------=_Part_9852_971727084.1454908334844--
------=_Part_9851_840690771.1454908334844--

.


Author: "Vicente J. Botet Escriba" <vicente.botet@wanadoo.fr>
Date: Mon, 8 Feb 2016 07:19:33 +0100
Raw View
This is a multi-part message in MIME format.
--------------000307000503060004030404
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Le 08/02/2016 06:12, Leo Heinsaar a =C3=A9crit :
> I noticed there's no is_function_object type trait in the list=20
> <http://en.cppreference.com/w/cpp/types> added since C++11. (Neither=20
> is there one in Boost.)
>
> Is there any reason why?
>
Hi,


are you aware of the proposal [1] P0077R0 - "is_callable, the missing=20
INVOKE related trait"?

Is this what you are looking for?
If not, in which context would you want to use your is_function_object?


Vicente

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0077r0.html

--=20

---=20
You received this message because you are subscribed to the Google Groups "=
ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at https://groups.google.com/a/isocpp.org/group/std-propos=
als/.

--------------000307000503060004030404
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html>
  <head>
    <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type=
">
  </head>
  <body bgcolor=3D"#FFFFFF" text=3D"#000000">
    <div class=3D"moz-cite-prefix">Le 08/02/2016 06:12, Leo Heinsaar a
      =C3=A9crit=C2=A0:<br>
    </div>
    <blockquote
      cite=3D"mid:98a67950-3621-4616-b29c-9aae46d4c641@isocpp.org"
      type=3D"cite">
      <div dir=3D"ltr">I noticed there's no is_function_object type trait
        in <a moz-do-not-send=3D"true"
          href=3D"http://en.cppreference.com/w/cpp/types">the list</a>
        added since C++11. (Neither is there one in Boost.)
        <div><br>
        </div>
        <div>Is there any reason why?</div>
      </div>
      <br>
    </blockquote>
    Hi,<br>
    <br>
    <br>
    are you aware of the proposal [1] P0077R0 - "is_callable, the
    missing INVOKE related trait"?<br>
    <br>
    Is this what you are looking for?<br>
    If not, in which context would you want to use your
    is_function_object?<br>
    <br>
    <br>
    Vicente<br>
    <br>
    [1]
    <meta http-equiv=3D"content-type" content=3D"text/html; charset=3Dutf-8=
">
    <a class=3D"moz-txt-link-freetext" href=3D"http://www.open-std.org/jtc1=
/sc22/wg21/docs/papers/2015/p0077r0.html">http://www.open-std.org/jtc1/sc22=
/wg21/docs/papers/2015/p0077r0.html</a>
  </body>
</html>

<p></p>

-- <br />
<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:std-proposals+unsubscribe@isocpp.org">std-proposa=
ls+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href=3D"mailto:std-proposals@isocpp=
..org">std-proposals@isocpp.org</a>.<br />
Visit this group at <a href=3D"https://groups.google.com/a/isocpp.org/group=
/std-proposals/">https://groups.google.com/a/isocpp.org/group/std-proposals=
/</a>.<br />

--------------000307000503060004030404--

.


Author: Leo Heinsaar <leoheinsaar@gmail.com>
Date: Sun, 7 Feb 2016 22:57:18 -0800 (PST)
Raw View
------=_Part_7700_546024954.1454914638126
Content-Type: multipart/alternative;
 boundary="----=_Part_7701_636178480.1454914638126"

------=_Part_7701_636178480.1454914638126
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Yep, that's it. Completely forgot about it. Thanks Vicente.

On Monday, February 8, 2016 at 10:19:35 AM UTC+4, Vicente J. Botet Escriba=
=20
wrote:
>
> Le 08/02/2016 06:12, Leo Heinsaar a =C3=A9crit :
>
> I noticed there's no is_function_object type trait in the list=20
> <http://en.cppreference.com/w/cpp/types> added since C++11. (Neither is=
=20
> there one in Boost.)=20
>
> Is there any reason why?
>
> Hi,
>
>
> are you aware of the proposal [1] P0077R0 - "is_callable, the missing=20
> INVOKE related trait"?
>
> Is this what you are looking for?
> If not, in which context would you want to use your is_function_object?
>
>
> Vicente
>
> [1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0077r0.html=
=20
>

--=20

---=20
You received this message because you are subscribed to the Google Groups "=
ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at https://groups.google.com/a/isocpp.org/group/std-propos=
als/.

------=_Part_7701_636178480.1454914638126
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Yep, that&#39;s it. Completely forgot about it. Thanks Vic=
ente.<br><br>On Monday, February 8, 2016 at 10:19:35 AM UTC+4, Vicente J. B=
otet Escriba wrote:<blockquote class=3D"gmail_quote" style=3D"margin: 0;mar=
gin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">
 =20
   =20
 =20
  <div bgcolor=3D"#FFFFFF" text=3D"#000000">
    <div>Le 08/02/2016 06:12, Leo Heinsaar a
      =C3=A9crit=C2=A0:<br>
    </div>
    <blockquote type=3D"cite">
      <div dir=3D"ltr">I noticed there&#39;s no is_function_object type tra=
it
        in <a href=3D"http://en.cppreference.com/w/cpp/types" target=3D"_bl=
ank" rel=3D"nofollow" onmousedown=3D"this.href=3D&#39;http://www.google.com=
/url?q\75http%3A%2F%2Fen.cppreference.com%2Fw%2Fcpp%2Ftypes\46sa\75D\46sntz=
\0751\46usg\75AFQjCNEhZP-SCOSVD32qLqfwdgcZkkkqqQ&#39;;return true;" onclick=
=3D"this.href=3D&#39;http://www.google.com/url?q\75http%3A%2F%2Fen.cpprefer=
ence.com%2Fw%2Fcpp%2Ftypes\46sa\75D\46sntz\0751\46usg\75AFQjCNEhZP-SCOSVD32=
qLqfwdgcZkkkqqQ&#39;;return true;">the list</a>
        added since C++11. (Neither is there one in Boost.)
        <div><br>
        </div>
        <div>Is there any reason why?</div>
      </div>
      <br>
    </blockquote>
    Hi,<br>
    <br>
    <br>
    are you aware of the proposal [1] P0077R0 - &quot;is_callable, the
    missing INVOKE related trait&quot;?<br>
    <br>
    Is this what you are looking for?<br>
    If not, in which context would you want to use your
    is_function_object?<br>
    <br>
    <br>
    Vicente<br>
    <br>
    [1]
   =20
    <a href=3D"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p007=
7r0.html" target=3D"_blank" rel=3D"nofollow" onmousedown=3D"this.href=3D&#3=
9;http://www.google.com/url?q\75http%3A%2F%2Fwww.open-std.org%2Fjtc1%2Fsc22=
%2Fwg21%2Fdocs%2Fpapers%2F2015%2Fp0077r0.html\46sa\75D\46sntz\0751\46usg\75=
AFQjCNFkbniTfa4OPsijnXBvgPO3xbwmig&#39;;return true;" onclick=3D"this.href=
=3D&#39;http://www.google.com/url?q\75http%3A%2F%2Fwww.open-std.org%2Fjtc1%=
2Fsc22%2Fwg21%2Fdocs%2Fpapers%2F2015%2Fp0077r0.html\46sa\75D\46sntz\0751\46=
usg\75AFQjCNFkbniTfa4OPsijnXBvgPO3xbwmig&#39;;return true;">http://www.open=
-std.org/jtc1/<wbr>sc22/wg21/docs/papers/2015/<wbr>p0077r0.html</a>
  </div>

</blockquote></div>

<p></p>

-- <br />
<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:std-proposals+unsubscribe@isocpp.org">std-proposa=
ls+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href=3D"mailto:std-proposals@isocpp=
..org">std-proposals@isocpp.org</a>.<br />
Visit this group at <a href=3D"https://groups.google.com/a/isocpp.org/group=
/std-proposals/">https://groups.google.com/a/isocpp.org/group/std-proposals=
/</a>.<br />

------=_Part_7701_636178480.1454914638126--
------=_Part_7700_546024954.1454914638126--

.