|
|
|
|
@ -14,12 +14,8 @@
|
|
|
|
|
#include <algorithm>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace cb {
|
|
|
|
|
using ArgumentMapType = std::unordered_map<std::string, cb::argparser::Argument>;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace cb::argparser {
|
|
|
|
|
using ArgumentMapType = std::unordered_map<std::string, cb::argparser::Argument>;
|
|
|
|
|
|
|
|
|
|
class ArgumentMap : public ArgumentMapType {
|
|
|
|
|
public:
|
|
|
|
|
|