From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- doc/html/boost/logic/indeterminate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/boost/logic/indeterminate.html') diff --git a/doc/html/boost/logic/indeterminate.html b/doc/html/boost/logic/indeterminate.html index c2f3af58e7..f141e2d1bd 100644 --- a/doc/html/boost/logic/indeterminate.html +++ b/doc/html/boost/logic/indeterminate.html @@ -35,7 +35,7 @@ BOOST_CONSTEXPR bool indeterminate(tribool x, unspecified dummy = unspecified);
-

Description

+

Description

The indeterminate function has a dual role. It's first role is as a unary function that tells whether the tribool value is in the "indeterminate" state. It's second role is as a keyword representing the indeterminate (just like "true" and "false" represent the true and false states). If you do not like the name "indeterminate", and would prefer to use a different name, see the macro BOOST_TRIBOOL_THIRD_STATE.

-- cgit v1.2.3