Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template optimize_multikey_is_true

boost::intrusive::optimize_multikey_is_true

Synopsis

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

template<typename T> 
struct optimize_multikey_is_true {
  // member classes/structs/unions
  template< Add> 
  struct two_or_three {

    // public data members
     _;
  };

  // public static functions
  template<typename U>  (...);
  template<typename U>  ();

  // public data members
  static  value;
};

Description

optimize_multikey_is_true public static functions

  1. template<typename U>  (...);
  2. template<typename U>  ();

PrevUpHomeNext