#include <GaudiKernel/MapBase.h>
#include <GaudiKernel/StatusCode.h>
#include <GaudiKernel/StringKey.h>
#include <algorithm>
#include <functional>
#include <initializer_list>
#include <ostream>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| template<class KEY, class VALUE, class KEYCOMPARE, class ALLOCATOR> |
| void | std::swap (GaudiUtils::VectorMap< KEY, VALUE, KEYCOMPARE, ALLOCATOR > &left, GaudiUtils::VectorMap< KEY, VALUE, KEYCOMPARE, ALLOCATOR > &right) |
| | the definition of specialized algorithm for swapping
|
| |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (GaudiUtils::VectorMap< std::string, double > &result, std::string_view input) |
| | parse the key from the string
|
| |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (GaudiUtils::VectorMap< Gaudi::StringKey, double > &result, std::string_view input) |
| | parse the vector of keys from the string
|
| |