Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template trivial_value_traits

boost::intrusive::trivial_value_traits

Synopsis

// In header: <boost/intrusive/trivial_value_traits.hpp>

template<typename NodeTraits,  LinkMode = > 
struct trivial_value_traits {
  // types
  typedef                   ;   
  typedef        ;      
  typedef  ;
  typedef            ;    
  typedef                     ;       
  typedef               ; 

  // public static functions
   () ;
   () ;
   () ;
   () ;

  // public data members
  static  link_mode;
};

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

  1.  ( value) ;
  2.  ( value) ;
  3.  ( n) ;
  4.  ( n) ;

PrevUpHomeNext