|
template<typename T >
requires std::integral<T> |
T | from_chars (const char *start, const char *end, bool &success) |
|
template<typename T >
requires std::floating_point<T> |
T | from_chars (const char *start, const char *end, bool &success) |
|
template<typename T >
requires requires (T t, const char * s) {t = s;} |
T | from_chars (const char *start, const char *, bool &success) |
|
template<typename T > |
int | parse_and_set (auto &log, auto &endpoint, const char *argstart) |
|
int | parse_and_set (auto &log, auto &endpoint, int argc, char **argv) |
|
template<typename T > |
int | set_endpoint_value (auto &log, T &endpoint, int argc, char **argv) |
|
template<typename Components > |
int | main (int argc, char **argv, auto &log, Components &components) |
|
|
static _consteval auto | name () |
|
static _consteval auto | usage () |
|
static _consteval auto | description () |
|
The documentation for this struct was generated from the following file:
- sygaldry/sygbp-cli/commands/set.hpp