![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Options.hpp>
Collaboration diagram for ActsExamples::Options::VariableIntegers:Public Attributes | |
| std::vector< int > | values |
An arbitrary number of integers as one user option.
std::vector<int> typedef or subclass confuses program options, since std::vector<int> is interpreted as an int option that can be provided multiple times. Definition at line 70 of file Options.hpp.
View newest version in sPHENIX GitHub at line 70 of file Options.hpp
| std::vector<int> ActsExamples::Options::VariableIntegers::values |
Definition at line 71 of file Options.hpp.
View newest version in sPHENIX GitHub at line 71 of file Options.hpp
Referenced by ActsExamples::Options::operator<<(), and ActsExamples::Options::operator>>().