Definition at line 33 of file AnyViewAlgorithm.cpp.
◆ ProduceIntView()
ProduceIntView::ProduceIntView |
( |
const std::string & | name, |
|
|
ISvcLocator * | svcLoc ) |
|
inline |
Definition at line 35 of file AnyViewAlgorithm.cpp.
36 :
Producer{
name, svcLoc, {
"Output",
"/Event/Test/IntView" } } {}
details::Producer< Signature, Traits_, details::isLegacy< Traits_ > > Producer
◆ operator()()
std::vector< int > ProduceIntView::operator() |
( |
| ) |
const |
|
inlineoverride |
Definition at line 38 of file AnyViewAlgorithm.cpp.
38 {
39 std::vector<int> vi{ 1, 2, 3, 5, 8, 13, 21, 34 };
40 info() <<
"made vector with data at : " << vi.data() <<
endmsg;
41 return vi;
42 }
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: