Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template tail_impl

boost::accumulators::impl::tail_impl

Synopsis

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

template<typename Sample, typename LeftRight> 
struct tail_impl : public  {
  // types
  typedef right >,  ;
  typedef                                                                                                                                                     ;   

  // member classes/structs/unions

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

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

    // public member functions
     (, ) ;
  };

  struct is_tail_variate {
    // member classes/structs/unions
    template<typename T> 
    struct apply {
    };
  };

  // construct/copy/destruct
  template<typename Args> ();
  (tail_impl );

  // public member functions
   ((right >, left > >));
  template<typename Args>  ();
   () ;
  template<typename Archive>  (, );

  // private member functions
  template<typename Args>  (, );
};

Description

tail_impl public construct/copy/destruct

  1. template<typename Args> ( args);
  2. (tail_impl  that);

tail_impl public member functions

  1.  ((right >, left > >));
  2. template<typename Args>  ( args);
  3.  () ;
  4. template<typename Archive> 
       ( ar,  file_version);

tail_impl private member functions

  1. template<typename Args>  ( args,  index);

PrevUpHomeNext