From d9ec475d945d3035377a0d89ed42e382d8988891 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:33:54 +0900 Subject: Imported Upstream version 1.60.0 Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak --- doc/html/PolymorphicFunctionObject.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/PolymorphicFunctionObject.html') diff --git a/doc/html/PolymorphicFunctionObject.html b/doc/html/PolymorphicFunctionObject.html index b3d08340fb..231d1d668e 100644 --- a/doc/html/PolymorphicFunctionObject.html +++ b/doc/html/PolymorphicFunctionObject.html @@ -30,14 +30,14 @@

PolymorphicFunctionObject

-

Description

+

Description

A type that can be called and that follows the TR1 ResultOf protocol for return type calculation.

-

Associated types

+

Associated types

  • result_type

    result_of<Fn(A0,...An)>::type
    @@ -49,7 +49,7 @@
-

Notation

+

Notation

Fn
A type playing the role of polymorphic-function-object-type in the PolymorphicFunctionObject concept.
@@ -60,7 +60,7 @@
-

Valid expressions

+

Valid expressions

@@ -83,7 +83,7 @@
-

Models

+

Models

  • std::plus<int>
-- cgit v1.2.3