Changeset 3525


Ignore:
Timestamp:
Oct 11, 2016, 8:10:33 AM (7 years ago)
Author:
Peter
Message:

improve docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/Average.h

    r2809 r3525  
    2424
    2525#include "averager_traits.h"
     26#include "utility.h"
    2627
    2728namespace theplu {
    2829namespace yat {
    29 namespace statistics { 
     30namespace statistics {
    3031
    3132  /**
     
    4041
    4142       \return average of range
     43
     44       Type Requirements:
     45       - \c InputIterator is a \readable_iterator
     46       - \c InputIterator is \single_pass_iterator
    4247     */
    4348    template<typename InputIterator>
Note: See TracChangeset for help on using the changeset viewer.