|
Sharg 1.2.2-rc.1
The argument parser for bio-c++ tools.
|
Provides the format_tdl struct and its helper functions. More...
#include <concepts>#include <numeric>#include <sharg/detail/format_base.hpp>#include <sharg/validators.hpp>#include <tdl/tdl.h>
Include dependency graph for format_tdl.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | sharg::detail::format_tdl |
| A generalized format to create different tool description files. More... | |
Functions | |
| auto | sharg::detail::to_tdl (bool v) |
| converts a value into the corresponding tdl value type | |
| auto | sharg::detail::to_tdl (std::integral auto v) |
| auto | sharg::detail::to_tdl (std::floating_point auto v) |
| auto | sharg::detail::to_tdl (std::string const &v) |
| auto | sharg::detail::to_tdl (auto v) |
Provides the format_tdl struct and its helper functions.
| auto sharg::detail::to_tdl | ( | auto | v | ) |
| v | The value to convert. |
|
inline |
converts a value into the corresponding tdl value type
| v | The value to convert. |
| auto sharg::detail::to_tdl | ( | std::floating_point auto | v | ) |
| v | The value to convert. |
| auto sharg::detail::to_tdl | ( | std::integral auto | v | ) |
| v | The value to convert. |
|
inline |
| v | The value to convert. |