Changeset 3525
- Timestamp:
- Oct 11, 2016, 8:10:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Average.h
r2809 r3525 24 24 25 25 #include "averager_traits.h" 26 #include "utility.h" 26 27 27 28 namespace theplu { 28 29 namespace yat { 29 namespace statistics { 30 namespace statistics { 30 31 31 32 /** … … 40 41 41 42 \return average of range 43 44 Type Requirements: 45 - \c InputIterator is a \readable_iterator 46 - \c InputIterator is \single_pass_iterator 42 47 */ 43 48 template<typename InputIterator>
Note: See TracChangeset
for help on using the changeset viewer.