16 using namespace fhicl;
23 ThreeNumbers(
int i,
int j,
int k) : i_{i}, j_{j}, k_{
k} {}
30 Person(
string name,
unsigned age) : name_{name}, age_{age} {}
35 ToVector(
int j, std::vector<int>
const& v)
38 value_.push_back(j * number);
41 std::vector<int> value_;
47 return os <<
"Name: " << p.name_ <<
" Age: " << p.age_;
54 ThreeNumbers{1, 3, 5}};
67 config.print_allowed_configuration(cout);
ChannelGroupService::Name Name
::geo::Vector_t toVector(Vector const &v)
Convert the specified vector into a geo::Vector_t.
typename config_impl< T >::type Config
std::ostream & operator<<(std::ostream &, ParameterSetID const &)