This is a specialty override for lambda functions.
More...
#include <CLI11.hpp>
|
std::size_t | column_width_ {30} |
| The width of the first column.
|
|
std::map< std::string, std::string > | labels_ {} |
| The required help printout labels (user changeable) Values are Needs, Excludes, etc.
|
|
Definition at line 3233 of file CLI11.hpp.
◆ FormatterLambda()
CLI::FormatterLambda::FormatterLambda |
( |
funct_t | funct | ) |
|
|
inlineexplicit |
Definition at line 3241 of file CLI11.hpp.
3241: lambda_(std::move(funct)) {}
◆ ~FormatterLambda()
CLI::FormatterLambda::~FormatterLambda |
( |
| ) |
|
|
inlineoverridenoexcept |
◆ make_help()
std::string CLI::FormatterLambda::make_help |
( |
const App * | app, |
|
|
std::string | name, |
|
|
AppFormatMode | mode ) const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: