Added section to README.md and minor fixes

This commit is contained in:
David Allen 2023-07-02 08:39:10 -06:00
parent 6141a24473
commit 37b65c0939
7 changed files with 83 additions and 40 deletions

View file

@ -1,6 +1,5 @@
#pragma once
#include "clipp.h"
#include <tuple>
#include <functional>
#include <type_traits>
@ -77,6 +76,7 @@ namespace gdpm{
return sl;
}
inline opts_t unwrap(const var_opts& opts){
opts_t o;
std::for_each(opts.begin(), opts.end(), [&o](const var_opt& opt){