From ec599f4b776f1d6edaf943002ef623452cd0a9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Tue, 6 Feb 2007 00:30:57 +0000 Subject: [PATCH] Merged a typofix from trunk to branch [SVN r36897] --- doc/tuple_advanced_interface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tuple_advanced_interface.html b/doc/tuple_advanced_interface.html index 4eb3ed8..9fefe6d 100644 --- a/doc/tuple_advanced_interface.html +++ b/doc/tuple_advanced_interface.html @@ -101,7 +101,7 @@ For a one-element cons list the tail argument (null_type) can be om

The template access_traits defines three type functions. Let T be a type of an element in a tuple:

    -
  1. access_traits<T>::type maps T to the return type of the non-const access functions (nonmeber and member get functions, and the get_head function).
  2. +
  3. access_traits<T>::non_const_type maps T to the return type of the non-const access functions (nonmeber and member get functions, and the get_head function).
  4. access_traits<T>::const_type maps T to the return type of the const access functions.
  5. access_traits<T>::parameter_type maps T to the parameter type of the tuple constructor.