Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct indirect_cmp

boost::accumulators::impl::tail_impl::indirect_cmp

Synopsis

// In header: <boost/accumulators/statistics/tail.hpp>



struct indirect_cmp {
  // types
  typedef  ; 
  typedef  ;
  typedef         ;         

  // construct/copy/destruct
  ();
   ();

  // public member functions
   (, ) ;
};

Description

indirect_cmp public construct/copy/destruct

  1. ( s);
  2.  ();

indirect_cmp public member functions

  1.  ( left,  right) ;

PrevUpHomeNext