39#include <boost/format.hpp>
40#include <boost/lexical_cast.hpp>
48 const std::string &value)
50 l.push_back(std::make_pair(
name, value));
56 l.push_back(std::make_pair(
name, std::to_string(value)));
std::vector< std::pair< std::string, std::string > > SummaryList
void AddSummaryItem(SummaryList &l, const std::string &name, const std::string &value)
Adds a summary item to the summary info list.