$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [accumulators] question
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2010-02-13 17:13:43
If I have:
typedef accumulator_set<el_t,stats<tag::mean> > accum_t;
Is there a way to get the count of the number of samples?