#include <alpaqa/src/driver/options.hpp>
Definition at line 10 of file options.hpp.
|
| Options (int argc, const char *const argv[]) |
|
std::span< const std::string_view > | options () const |
|
std::span< bool > | used () |
|
◆ Options()
Options |
( |
int |
argc, |
|
|
const char *const |
argv[] |
|
) |
| |
|
inline |
◆ options()
std::span< const std::string_view > options |
( |
| ) |
const |
|
inline |
◆ used()
std::span< bool > used |
( |
| ) |
|
|
inline |
◆ options_storage
std::vector<std::string_view> options_storage |
|
private |
◆ used_storage
std::unique_ptr<bool[]> used_storage |
|
private |
The documentation for this class was generated from the following file: