21 typedef std::map<std::string, std::pair<double, Position>, std::less<>>
Container;
24 bool Add( std::string name,
double value );
25 bool Add( std::string name,
double value,
const Position& pos );
28 bool Find( std::string_view name,
double& result )
const;
Container::mapped_type ValueWithPosition
bool Find(std::string_view name, ValueWithPosition &result) const
bool Add(std::string name, double value)
std::map< std::string, std::pair< double, Position >, std::less<> > Container
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...