GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
ArgParser.cxx
Go to the documentation of this file.
1#include "ArgParser.h"
2
3std::ostream& operator<<(std::ostream& out, const ArgParser& val)
4{
5 val.print(out);
6 return out;
7}
std::ostream & operator<<(std::ostream &out, const ArgParser &val)
Definition ArgParser.cxx:3
void print(std::ostream &out) const
Definition ArgParser.h:425