ATLAS Offline Software
Loading...
Searching...
No Matches
removePrefix.h
Go to the documentation of this file.
1// Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2#ifndef XAODTRUTHCNV_REMOVEPREFIX_H
3#define XAODTRUTHCNV_REMOVEPREFIX_H
4
5// System include(s).
6#include <string>
7#include <string_view>
8
9namespace xAODMaker::Details {
10
18std::string removePrefix(std::string_view str, std::string_view prefix);
19
20} // namespace xAODMaker::Details
21
22#endif // XAODTRUTHCNV_REMOVEPREFIX_H
std::string removePrefix(std::string_view str, std::string_view prefix)
Remove a prefix from a string, if it exists.