The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
GetStringView Struct Reference
Inheritance diagram for GetStringView:
Collaboration diagram for GetStringView:

Public Member Functions

 GetStringView (const std::string &name, ISvcLocator *svcLoc)
 
void operator() (const std::string_view &sv) const override
 

Detailed Description

Definition at line 46 of file AnyViewAlgorithm.cpp.

Constructor & Destructor Documentation

◆ GetStringView()

GetStringView::GetStringView ( const std::string & name,
ISvcLocator * svcLoc )
inline

Definition at line 47 of file AnyViewAlgorithm.cpp.

48 : Consumer{ name, svcLoc, { "Input", "/Event/Test/StringView" } } {}
details::Consumer< Signature, Traits_, details::isLegacy< Traits_ > > Consumer
Definition Consumer.h:69

Member Function Documentation

◆ operator()()

void GetStringView::operator() ( const std::string_view & sv) const
inlineoverride

Definition at line 50 of file AnyViewAlgorithm.cpp.

50{ info() << sv << endmsg; }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition MsgStream.h:198

The documentation for this struct was generated from the following file: