15 #ifndef HEXT_RESULT_H_INCLUDED
16 #define HEXT_RESULT_H_INCLUDED
40 using ResultMap = std::multimap<ResultPair::first_type,
41 ResultPair::second_type>;
45 using Result = std::vector<ResultMap>;
std::pair< std::string, std::string > ResultPair
A string-pair containing a name and a value.
std::vector< ResultMap > Result
A vector containing ResultMap.
std::multimap< ResultPair::first_type, ResultPair::second_type > ResultMap
A multimap containing the values produced by capturing.