#include <alpaqa/params/params.hpp>
#include <alpaqa/util/string-util.hpp>
#include <algorithm>
#include <ranges>
#include <span>
#include <stdexcept>
#include <string_view>
#include <vector>
Go to the source code of this file.
Classes | |
class | Options |
Functions | |
template<class T > | |
decltype(auto) | set_params (T &t, std::string_view prefix, Options &opts) |
decltype(auto) set_params | ( | T & | t, |
std::string_view | prefix, | ||
Options & | opts | ||
) |
Definition at line 86 of file options.hpp.