#include <algorithm>
#include <functional>
#include <iosfwd>
#include <string>
#include <vector>
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/StatusCode.h"
Go to the source code of this file.
◆ operator+() [1/4]
Definition at line 178 of file StringKey.h.
178 {
return lhs + rhs.
str(); }
const std::string & str() const
the actual string
◆ operator+() [2/4]
Definition at line 179 of file StringKey.h.
179 {
return lhs + rhs.
str(); }
const std::string & str() const
the actual string
◆ operator+() [3/4]
Definition at line 180 of file StringKey.h.
180 {
return lhs.
str() + rhs; }
const std::string & str() const
the actual string
◆ operator+() [4/4]
Definition at line 181 of file StringKey.h.
181 {
return lhs.
str() + rhs; }
const std::string & str() const
the actual string