Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct scoped_allocator_operator_equal<true>

boost::container::scoped_allocator_operator_equal<true>

Synopsis

// In header: <boost/container/scoped_allocator.hpp>


struct scoped_allocator_operator_equal<true> :
  public boost::container::scoped_allocator_operator_equal< false >
{

  // public static functions
  template<typename IA1, typename IA2> 
    static bool equal_inner(const IA1 &, const IA2 &);
};

Description

scoped_allocator_operator_equal public static functions

  1. template<typename IA1, typename IA2> 
      static bool equal_inner(const IA1 &, const IA2 &);

PrevUpHomeNext