From f763a99a501650eff2c60288aa6f10ef916d769e Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:41:18 +0900 Subject: Imported Upstream version 1.62.0 Change-Id: I9d4c1ddb7b7d8f0069217ecc582700f9fda6dd4c Signed-off-by: DongHun Kwak --- doc/html/boost/intrusive/trivial_value_traits.html | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html/boost/intrusive/trivial_value_traits.html') diff --git a/doc/html/boost/intrusive/trivial_value_traits.html b/doc/html/boost/intrusive/trivial_value_traits.html index 39de9d921d..67712f624b 100644 --- a/doc/html/boost/intrusive/trivial_value_traits.html +++ b/doc/html/boost/intrusive/trivial_value_traits.html @@ -4,7 +4,7 @@ Struct template trivial_value_traits - + @@ -42,26 +42,26 @@ typedef node_ptr pointer; typedef const_node_ptr const_pointer; - // public static functions - static node_ptr to_node_ptr(value_type &); - static const_node_ptr to_node_ptr(const value_type &); - static const pointer & to_value_ptr(const node_ptr &); - static const const_pointer & to_value_ptr(const const_node_ptr &); + // public static functions + static node_ptr to_node_ptr(value_type &); + static const_node_ptr to_node_ptr(const value_type &); + static const pointer & to_value_ptr(const node_ptr &); + static const const_pointer & to_value_ptr(const const_node_ptr &); // public data members static const link_mode_type link_mode; };
-

Description

+

Description

This value traits template is used to create value traits from user defined node traits where value_traits::value_type and node_traits::node should be equal

-

-trivial_value_traits public static functions

+

+trivial_value_traits public static functions

    -
  1. static node_ptr to_node_ptr(value_type & value);
  2. -
  3. static const_node_ptr to_node_ptr(const value_type & value);
  4. -
  5. static const pointer & to_value_ptr(const node_ptr & n);
  6. -
  7. static const const_pointer & to_value_ptr(const const_node_ptr & n);
  8. +
  9. static node_ptr to_node_ptr(value_type & value);
  10. +
  11. static const_node_ptr to_node_ptr(const value_type & value);
  12. +
  13. static const pointer & to_value_ptr(const node_ptr & n);
  14. +
  15. static const const_pointer & to_value_ptr(const const_node_ptr & n);
-- cgit v1.2.3