Definition at line 54 of file AnyViewAlgorithm.cpp.
◆ GetIntView()
GetIntView::GetIntView |
( |
const std::string & | name, |
|
|
ISvcLocator * | svcLoc ) |
|
inline |
Definition at line 55 of file AnyViewAlgorithm.cpp.
56 :
Consumer{
name, svcLoc, {
"Input",
"/Event/Test/IntView" } } {}
details::Consumer< Signature, Traits_, details::isLegacy< Traits_ > > Consumer
◆ operator()()
void GetIntView::operator() |
( |
const gsl::span< const int > & | view | ) |
const |
|
inlineoverride |
Definition at line 58 of file AnyViewAlgorithm.cpp.
58 {
59 info() <<
"got a span with data at : " << view.data() <<
endmsg;
61 for (
int i : view )
out << i <<
" ";
63 }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
The documentation for this struct was generated from the following file: