Skip to content
Snippets Groups Projects
Commit 483f5a6f authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

AthenaKernel+StoreGate: Change storeName to std::string_view

Change the `StoreID::storeName` helper to return a `std::string_view`
and adjust all handles to accept a `std::string_view` instead of `const
std::string&`. This allows the helper function to become `constexpr`. A
few explicit `std::string` conversions had to be added for calls that do
not support `std::string_view`, i.e. construction of ServiceHandles.
parent f3dd4505
Branches mon_stringview
No related tags found
No related merge requests found
Pipeline #1784249 failed
Showing
with 59 additions and 69 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment