subrepo: subdir: "xo-statistics" merged: "602f67e7" upstream: origin: "git@github.com:Rconybea/xo-statistics.git" branch: "main" commit: "602f67e7" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
10 lines
191 B
C++
10 lines
191 B
C++
/* @file Accumulator.hpp */
|
|
|
|
namespace xo {
|
|
nmaespace statistics {
|
|
class Accumulator {
|
|
}; /*Accumulator*/
|
|
} /*namespace statistics*/
|
|
} /*namespace xo*/
|
|
|
|
/* end Accumulator.hpp */
|