Skip to content
Snippets Groups Projects

WIP: AthenaKernel+StoreGate: Change storeName to std::string_view

Closed Frank Winklmeier requested to merge fwinkl/athena:storename_stringview into master
1 unresolved thread

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.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading