From 231e8e0e87a8575e877f9f55c584d41d4f8c01c1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 31 Jul 2005 16:29:54 +0000 Subject: Add BoostBook-generated HTML docs [SVN r30339] --- doc/html/is_cntrl.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/html/is_cntrl.html (limited to 'doc/html/is_cntrl.html') diff --git a/doc/html/is_cntrl.html b/doc/html/is_cntrl.html new file mode 100644 index 0000000000..469337db32 --- /dev/null +++ b/doc/html/is_cntrl.html @@ -0,0 +1,59 @@ + + + +Function is_cntrl + + + + + + + + + + + + + + + +
boost.png (6897 bytes)HomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Function is_cntrl

+

boost::algorithm::is_cntrl — is_cntrl predicate

+
+

Synopsis

+
+unspecified is_cntrl(const std::locale & Loc = std::locale());
+
+

Description

+

Construct the is_classified predicate for the ctype_base::cntrl category.

+

+
+

Parameters

+
+
Loc
+

A locale used for classification

+
+
+

Returns: + + An instance of the is_classified predicate

+
+
+ + + +
Copyright © 2002-2004 Pavol Droba
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.1