Definition at line 416 of file MakeAndConsume.cpp.
◆ SRangesToIntVector()
Definition at line 421 of file MakeAndConsume.cpp.
423 {
"OutputLocation",
"/Event/MyConcatenatedIntFromSVector" } ) {}
◆ operator()()
Definition at line 425 of file MakeAndConsume.cpp.
429 for (
const auto& SVector : SVectors ) {
430 info() <<
"Concatening range of size " << SVector.size() <<
endmsg;
431 for (
auto*
s : SVector ) {
out.push_back(
s->a ); }
433 info() <<
"Storing output vector " <<
out <<
" to " << outputLocation() <<
endmsg;
The documentation for this struct was generated from the following file: